-
Notifications
You must be signed in to change notification settings - Fork 194
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
unitig mapping: Assertion `p1mp->position().node_id() == p2mp->position().node_id()' failed #44
Comments
I've found one unitig, slightly over 3kbp, that provokes the problem:
This is with e017b30 (however, the index was built with an earlier version) |
For what it's worth, I've fixed some alignment problems since then, so I'm going to start by just testing the current version. That said, the "banded" alignment method used for longer contigs is not ideal and probably I should rethink it. |
You can work around this by adding |
Problem found. I'm not handling reversed alignments properly. I'll resolve and add tests for banded alignments in the reverse direction. |
I'm running
vg map
on some paired-end reads now, appears to be going smoothly.I'd previously tried it on some @lh3 fermikit unitigs and hit the following:
Here are the first couple unitigs from mlin_unitigs.mag.gz:
The text was updated successfully, but these errors were encountered: