-
Notifications
You must be signed in to change notification settings - Fork 424
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
Overlapping supplementary alignments? #244
Comments
Segments on a query may overlap by up to 50%. The threshold is controlled by -M/--mask-level. In this particular example, you would assume the second half of the read to be a novel sequence if minimap2 didn't report it. |
Can I force it to be non-overlapping? Setting
|
Minimap2 has another heuristic hard coded to avoid leaving long query sequences unmapped. It will override mask level. So far, it is not possible to force the results to be non-overlapping. |
Looks like solved to me. Will reopen, if I find additional problems with this new feature. Thanks Heng! |
My understanding was that query intervals of primary and supplementary alignments of the same read never overlap. But it looks like I'm mistaken, because they are overlapping...is there an option to force non-overlapping intervals?
Data: Archive.zip
Thank you,
Armin
The text was updated successfully, but these errors were encountered: