AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Fixed SPEC file: Replaced broken URL
- Update to 1.3.0: * Fixed an issue causing bowtie to report incorrect results when using a Bowtie 2 index. * New, more efficient implementation of --reorder for keeping SAM output lines in same order as input reads * Added -x parameter for specifying index. bowtie still supports specifying an index via positional parameter, but this behavior will be deprecated. * Migrated python scripts to python3. * Fully removed colorspace functionality. * Added support for compiling on ARM architectures. * Fixed an issue preventing bowtie from outputting newlines in --max and --un output files. * Fixed an issue causing alignment results to vary based on read names. * Fixed an issue preventing --no-unal from suppressing unmapped reads. * Removed dependence on some third-party libraries, simplifying the code and improving portability. * Fix an issue preventing bowtie from running with many threads on big-endian machines. - Spec cleanup - Enable aarch64 and disable ppc* and s390x.
- aarch64 is not yet supported on Bowtie1. See: https://github.com/BenLangmead/bowtie/pull/13
- Update to version 1.2.3: * Added support for reading and inspecting Bowtie 2 indexes. Bowtie 2 indexes can now be used with either Bowtie or Bowtie 2. * Added support for building an index from a gzipped-compressed FASTA. * Fixed issue preventing bowtie from reporting repeated alignments when -M is specified. * Fixed issue with -F mode omitting final base of each read. * Fixed clipping of first letter of first read in batches after first. * Fixed an issue preventing bowtie wrapper script from finding indexes. - New BuildRequires: tbb-devel. - Fix env based hashbangs. - Use %%license to install LICENSE. - Only build on 64-bit, building on 32-bit is no longer supported.
- Initial release