Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
bowtie 1.2.1.1 --strata reports all valid alignments instead of best stratum #58
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ceiabreu commentedJul 5, 2017
Sorry for the brief example, but the way --strata operates seems to have changed between version 1.2 and version 1.2.1.1:
First, expected behaviour, of version 1.2:
(i.e. --strata only reports the first hit, with 0 mismatches)
Now, unexpected behaviour, of version 1.2.1.1:
(i.e. even when --strata is used, all valid alignments are still reported, and they are being treated as the same stratum even though one has a perfect hit and the other two have one mismatch)
Many thanks,
Cei