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 reading newick tree #96

Closed
cmorganl opened this issue Jun 23, 2020 · 3 comments
Closed

Error reading newick tree #96

cmorganl opened this issue Jun 23, 2020 · 3 comments

Comments

@cmorganl
Copy link

Hello,

I'm attempting to run raxml-ng -- evaluate for a phylogeny I'd like to use with EPA-NG. RAxML-NG is detecting a formatting issue, but I'm not sure if it actually exists.

The error I'm getting is:

raxml-ng: /home/connor/bin/raxml-ng/libs/pll-modules/libs/libpll/src/parse_utree.y:500: utree_wraptree: Assertion `inner_index == tip_count + inner_count' failed.
Aborted (core dumped)

Here is the log file NirK.raxml.log and the tree NirK.FastTree.nwk.txt.

The tree was built using FastTree 2.1.10. This error occurs in both the latest release and the version on the master branch. I'm running Ubuntu 18.04. Let me know if you need any more information.

Thank you!

@amkozlov
Copy link
Owner

Hi Connor,

thanks for reporting!

Your tree contains multifurcations (aka polythomies), while raxml-ng requires a strictly bifurcating tree. I will add a respective check and print a clear error message.

@cmorganl
Copy link
Author

Oh, excellent - an easy patch! Thanks for figuring that out so quickly, Alexey!

@amkozlov
Copy link
Owner

check added in the coarse branch -> closing

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