-
Notifications
You must be signed in to change notification settings - Fork 31
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
MBG: Assertion `resolvableGraph.unitigLength(newUnitigs[i].first[0].first) < resolvableGraph.unitigLength(newUnitigs[i].second)' failed #67
Comments
It may be a bug in the latest MBG version. Can you confirm the versions of verkko/mbg/graphaligner you're running by running them with --version? |
$ verkko --version $ MBG --version $ GraphAligner --version |
This is a bug in the current MBG master version. You can try running with MBG version 1.0.10 |
Yes, I was going to say, neither MBG nor GraphAligner look like they're installed from Conda, those should report versions like:
By default, verkko will use MBG/GraphAligner in your path or in |
I see. It may picked up the old versions. Let me reinstall and retry. Thanks! |
Issue resolved. Thanks! |
Hello,
I am using
verkko bioconda 1.0
and run it locally. I run it with all default parameters:verkko -d asm0428 --hifi Tanz-1.q20.fastq.gz --nano Nanopore_Tanz_all_reads_Guppy6_Sup_model.fq --threads 48
Errors in
1-buildGraph/buildGraph.err
Is it due to the MBG version included in the conda recipe?
Thanks,
Shujun
The text was updated successfully, but these errors were encountered: