-
Notifications
You must be signed in to change notification settings - Fork 26
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
Issue with loading MCC tree from BEAST v 1.10.4 #71
Comments
There is a space in one of the taxon labels of the nexus file, which is causing I'm not sure if spaces in labels is allowed by the nexus format. If so, this is a bug in |
As the labels are single-quoted, they should be supported IMO. Maybe we should include @emmanuelparadis to the discussion of this issue. |
I think this issue should be fixed by this request, the problem is like @brj1 said, I had submitted the request to solve the problem, so the development version of ape should work. |
I am having an issue when loading and trying to plot one of my MCC trees from a BEASTv1.10.4 run. Here is the link to my R code: https://gist.github.com/taylorpaisie/0c8b07d81003419d94426bfe814ea4ff
Here is the link to the tree I am trying to load and plot: https://gist.github.com/taylorpaisie/bc8b55df56a1730abeda49eb82d6bf1e
The warning message I receive when reading the BEAST tree with 'read.beast()' is:
Then when I use the 'ggtree' command in my script, my R session aborts completely. Any idea what could be causing this error?
The text was updated successfully, but these errors were encountered: