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

Update bwape.c #29

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update bwape.c #29

wants to merge 2 commits into from

Conversation

earonesty
Copy link

Addition of clipping score parameter, so users who are doing alignment with samples that may have legitimately unmapped mates (where the quality of the reference is known to be poor or possibly incomplete). You can disable SW of course, or you can just discourage clipping which we've found to be the the primary error mode for the SW step. Currently, bwa can generate some pretty strange clipped alignments, with only 22 base pairs matching out of, say, 100. This option can be used to tune that behavior.

earonesty added 2 commits July 9, 2014 10:47
Addition of clipping score parameter, so users who are doing alignment with samples that may have legitimately unmapped mates (where the quality of the reference is known to be poor or possibly incomplete).  You can disable SW of course, or you can just discourage clipping which we've found to be the the primary error mode for the SW step.   Currently, bwa can generate some pretty strange clipped alignments, with only 22 base pairs matching out of, say, 100.  This option can be used to tune that behavior.
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.

1 participant