You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for interleaved paired-end FASTQ inputs (--interleaved)
Now reports MREVERSE SAM flag for unaligned end when only one end of a pair aligns
Fixed issue where first character of some read names was omitted from SAM output when using tabbed input formats
Added --sam-no-qname-trunc option, which causes entire read name, including spaces, to be written to SAM output. This violates SAM specification, but can be useful in applications that immediately postprocess the SAM.
Fixed compilation error caused by pointer comparison issue in aligner_result.cpp
Removed termcap and readline dependencies introduced in v2.3.1
Fixed compilation issues caused by gzbuffer function when compiling with zlib v1.2.3.5 and earlier. Users compiling against these libraries will use the zlib default buffer size of 8Kb when decompressing read files.
Fixed issue that would cause Bowtie 2 hang when aligning FASTA inputs with more than one thread