-
Notifications
You must be signed in to change notification settings - Fork 30
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
Error in rule buildGraph: #131
Comments
Can you share the hifi-corrected.fasta.gz file, see https://canu.readthedocs.io/en/latest/faq.html#how-can-i-send-data-to-you |
Newest MBG commit 20d493d should now fix this. |
Hi, |
That's strange, my manual run worked. Could you check that |
buildGraph.err.txt |
Yes, it's the right version. Looks like this hit some nondeterminism bug in MBG. The error is same as MBG issue 19 maickrau/MBG#19 but your run and my run have slightly different results based on logs, and this difference was enough to cause a crash. |
Ok so should wait for the next update of MBG ? |
You can try rerunning and hope that the nondeterminism just happens to not crash, or wait for an update. |
Now you can try rerunning with the latest MBG version which fixed the error in the other issue. My rerun did not run into this issue due to nondeterminism so I couldn't verify if it fixed this issue, but if it was caused by the same bug then it should run. |
Hi ! |
Yes, open a new issue for that. |
Hello. Thanks so much for providing this resource to the community!
I instal verkko using conda.
I was trying to co-assemble hifi and ont data using verkko and encounter the following error :
"
Error in rule buildGraph:
jobid: 4
input: hifi-corrected.fasta.gz
output: 1-buildGraph/hifi-resolved.gfa, 1-buildGraph/hifi_nodecov.csv, 1-buildGraph/paths.gaf
log: 1-buildGraph/buildGraph.err (check log file(s) for error details)
shell:
"
And when I look at the log file I have this :
MBG: src/HPCConsensus.cpp:145: std::vector<std::tuple<long unsigned int, long unsigned int, long unsigned int, long unsigned int, bool, long unsigned int, long unsigned int> > getMatchBlocks(const std::vector<std::vector >&, const UnitigGraph&, const ReadPath&, std::vector, size_t, size_t): Assertion `readEnd - readStart == unitigEnd - unitigStart' failed.
Aborted
I saw in the issue #67 that it could be the version of MBG (1.0.10) but mine is more recent (1.0.14).
buildGraph.err.txt
verkko_assembly.e.txt
verkko_assembly.out.txt
The text was updated successfully, but these errors were encountered: