Skip to content
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 during buildGraph #146

Closed
caonetto opened this issue May 22, 2023 · 6 comments
Closed

Error during buildGraph #146

caonetto opened this issue May 22, 2023 · 6 comments

Comments

@caonetto
Copy link

Hi,
I got the following error out

Reading sequences from ../hifi-corrected.fasta.gz
MBG: src/ConsensusMaker.cpp:240: std::pair<std::vector<CompressedSequence>, StringIndex> ConsensusMaker::getSequences(): Assertion `maxCount > 0' failed.
Aborted (core `dumped)

I have installed the conda version.

Thanks!

@skoren
Copy link
Member

skoren commented May 22, 2023

Could you try the latest MBG from the repo rather than the conda release and see if it still has an error?

@caonetto
Copy link
Author

Thanks for your quick response. I am currently running the MBG conda version 1.0.14 which seems to be the latest version of MBG in the reppo. You think there is a specific issue with the conda version?

@skoren
Copy link
Member

skoren commented May 24, 2023

There have been fixes since the conda release (see for example #130) so before investigating further, I'd like to know if your crash is already fixed by one of those changes. You should be able to build the latest MBG from source and replace the binary in verkko as suggested in #130.

@acdarby
Copy link

acdarby commented May 26, 2023

I think I have the same or a similar issue no output from MBG. The initial install was conda but have replaced with the latest repo and check that version is the one been used. MBG seems to be running now - what is logged in the 1-buildGraph/buildGraph.err file?

@skoren
Copy link
Member

skoren commented May 26, 2023

The logging is just the rounds of simplification performed by MBG, it's not used by the pipeline in any way.

@skoren
Copy link
Member

skoren commented Jun 16, 2023

Fixed by latest MBG release

@skoren skoren closed this as completed Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants