Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
wrong report of reads processed when "-k" is used in Bowtie 1.2.1.1 #55
Comments
BenLangmead
assigned BenLangmead and ch4rr0 and unassigned BenLangmead
Jun 16, 2017
|
Rone: Please take a look when you get a chance. As the poster says, it's likely this is related to the earlier issue. We should think about how to test accuracy of the alignment rate reports in the automated test suite. |
|
I may have found a solution but I first need to discuss with Ben before pushing. Unfortunately this issue is unrelated to issue #54. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ndaniel commentedJun 16, 2017
•
edited
It looks like Bowtie 1.2.1.1. (the pre-built binaries for x64 Linux) reports wrongly the number of processed when the command line parameter
-kis used.Here is how it can be reproduced:
When running bowtie 1.2 as follows:
one has:
When running bowtie 1.2.1.1. as follows:
one has:
The input FASTQ file
reads_1.fqhas 12546 reads and not 77922 as Bowtie 1.2.1.1 reports!When running bowtie 1.2.1.1 without
-kthen it reports correctly the number of reads processedone has:
This bug might be related to #54 .