Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix # alignments reported for paired-end, and exiting after -u #65

Closed
wants to merge 1 commit into from

Conversation

BenLangmead
Copy link
Owner

This is an attempt to fix two issues I found that manifest in some modes of Bowtie, including paired-end mode.

The first issue is that I noticed long running times even when -u was set to a low number. I think this is because some loops over the input reads weren't breaking as soon as the -u limit was passed. The changes to aligner.h seem to fix this.

The second is that I noticed the reported number of alignments was wrong for paired-end reads. It seemed to double count the pairs. The change to hit.h seems to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants