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

Broken CIGAR string #2

Open
ocxtal opened this issue Nov 28, 2016 · 0 comments
Open

Broken CIGAR string #2

ocxtal opened this issue Nov 28, 2016 · 0 comments

Comments

@ocxtal
Copy link
Owner

ocxtal commented Nov 28, 2016

This is a self issue report.

Setting relatively large mismatch penalty respect to gap open penalty, such as -a1 -b3 -p1 -q1, sometimes results in broken CIGAR strings in the output SAM file. This is probably due to a bug in the alignment routine but the exact reason is not identified yet.

Please use the default (-a1 -b2 -p2 -q1) or some -a1 -b1 -p1 -q1 values to avoid this bug.

Hajime Suzuki

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

No branches or pull requests

1 participant