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

Assertion fails when building consensus tree #143

Closed
BenoitMorel opened this issue Aug 4, 2022 · 1 comment
Closed

Assertion fails when building consensus tree #143

BenoitMorel opened this issue Aug 4, 2022 · 1 comment

Comments

@BenoitMorel
Copy link
Collaborator

Hi Alexey,

I am running the following command:

raxml-ng --threads 1 --tree trees.newick --consense STRICT

and I get the following error:

raxml-ng: /data/morelbt/github/pargenes/raxml-ng/src/bootstrap/ConsensusTree.cpp:78: virtual bool ConsensusTree::compute_support(): Assertion `node->data' failed.
Aborted

Any idea of what could have gone wrong?

The file trees.newick contains 3 trees:

(((ENSPPAP00000014420:0.100000,ENSNLEP00000045783:0.100000):0.100000,ENSPANP00000046451:0.100000):0.100000,((ENSGGOP00000003262:0.100000,ENSP00000372160:0.100000):0.100000,ENSPTRP00000081358:0.100000):0.100000,((((((ENSMMUP00000024023:0.100000,ENSCSAP00000014233:0.100000):0.100000,ENSMICP00000043595:0.100000):0.100000,ENSMFAP00000031134:0.100000):0.100000,ENSTGEP00000006314:0.100000):0.100000,ENSCJAP00000005527:0.100000):0.100000,ENSPPYP00000010359:0.100000):0.100000);
((((((ENSNLEP00000045783:0.100000,ENSCSAP00000014233:0.100000):0.100000,ENSPPAP00000014420:0.100000):0.100000,ENSPANP00000046451:0.100000):0.100000,(ENSPPYP00000010359:0.100000,(((ENSMICP00000043595:0.100000,ENSMMUP00000024023:0.100000):0.100000,(ENSMFAP00000031134:0.100000,ENSTGEP00000006314:0.100000):0.100000):0.100000,ENSCJAP00000005527:0.100000):0.100000):0.100000):0.100000,ENSP00000372160:0.100000):0.100000,ENSGGOP00000003262:0.100000,ENSPTRP00000081358:0.100000);
(ENSPANP00000046451:0.100000,((((ENSPPYP00000010359:0.100000,((((ENSPPAP00000014420:0.100000,ENSNLEP00000045783:0.100000):0.100000,ENSPTRP00000081358:0.100000):0.100000,ENSP00000372160:0.100000):0.100000,ENSGGOP00000003262:0.100000):0.100000):0.100000,ENSCJAP00000005527:0.100000):0.100000,((ENSMICP00000043595:0.100000,ENSMMUP00000024023:0.100000):0.100000,ENSCSAP00000014233:0.100000):0.100000):0.100000,ENSMFAP00000031134:0.100000):0.100000,ENSTGEP00000006314:0.100000);

Thanks!
Benoit

@amkozlov
Copy link
Owner

amkozlov commented Aug 4, 2022

fixed in master

@amkozlov amkozlov closed this as completed Aug 4, 2022
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

2 participants