-
Notifications
You must be signed in to change notification settings - Fork 10
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
segmentation fault on branch walks #150
Comments
Ok, so the problem is that |
We do not segfault after a6adcc3 However, the producer of this GFA should be fixed. Per GFA spec – "A valid walk must exist in the graph". We treat this quite strict as otherwise we will need essentially to save the copy of entire GFA before processing. |
Thank you for the quick fix! I now "sorted" the graph by putting all W-lines at the end of the file, I think that should solve the processing issue? However, it doesn't complete parsing. I let |
Can you attach the new file, so I can check? |
Of course: mc-pangenome.sorted.gfa.gz I had to gzip the file, wheareas I ran |
Sorry, somehow I forgot to respond. Looks like it was me reading GFA spec improperly. Need to push the fix |
Should be fixed in 24907eb |
Thanks a lot, it works for me now! |
As mentioned in #149 I get a segmentation fault on branch
walks
, which I don't get on branchdev
with my Macbook Pro. Example GFA file I obtained from the Minigraph-Cactus pipeline can be found here: mc-pangenome.gfa.gz. Let me know if there is anything else I can provide to figure out why this happens.The text was updated successfully, but these errors were encountered: