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
Fixed major issue causing corrupt SAM output when using many threads (-p/--threads) on certain systems.
Fixed an issue whereby bowtie2 processes could overwrite each others' named pipes on HPC systems.
Fixed an issue causing bowtie2-build and bowtie2-inspect to return prematurely on Windows.
Fixed issues raised by compiler "sanitizers" that could potentially have caused memory corruption or undefined behavior.
Added the "continuous FASTA" input format (-F) for aligning all the k-mers in the sequences of a FASTA file. Useful for determining mapability of regions of the genome, and similar tasks.