-
Merge branch 'master' of https://github.com/BenLangmead/bowtie2
ch4rr0 committedJul 17, 2017
-
Remove mention of adding --interleaved in v2.3.2 release notes
ch4rr0 committedJun 14, 2017
-
-
ch4rr0 committed
May 5, 2017 -
Merge pull request #100 from bwlang/patch-1
Clarifies documentation of how to use --interleaved
-
ch4rr0 committed
May 5, 2017
-
-
ch4rr0 committed
Apr 21, 2017 -
Fixes #96 - Additional Non-SAM lines in SAM after secondary alignments
ch4rr0 committedApr 21, 2017 -
ch4rr0 committed
Apr 21, 2017 -
BenLangmead committed
Apr 21, 2017 -
merging v2.3.1 into mapq for qtip paper
BenLangmead committedApr 21, 2017
-
-
-
ch4rr0 committed
Apr 20, 2017 -
Revert changes to bowtie_main.cpp
ch4rr0 committedApr 20, 2017 -
Do not attempt to update default gzbuffer size if zlib version is les…
…s than 1.2.3.5
ch4rr0 committedApr 20, 2017 -
-
fix multithreaded FASTA parsing bug
BenLangmead committedApr 16, 2017
-
Clarifies documentation of how to use --interleaved
I had some trouble trying to do this sort of thing: ``` bowtie2 --interleaved -x /path/to/bowtie2_index/hg19 <all kind of stuff here -12, -1, -U ...> r1_r2_interleaved.fastq ``` but this works: ``` bowtie2 -x /path/to/bowtie2_index/hg19 --interleaved r1_r2_interleaved.fastq ``` This doc change describes what worked for me. I did not test tab5/6 files, but they may have the same usage
-
Fix issue causing first read-name char to be sometimes omitted for ta…
…bbed inputs
ch4rr0 committedMar 7, 2017