-
Notifications
You must be signed in to change notification settings - Fork 11
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
phymltest() producing the double amount of trees #105
Comments
Maybe you called Cheers, |
Thank you for your quick answer. I run this command: Cheers, |
It seems like a bug in phyml. Using sequence data from here, the (shell) command:
runs fine and creates the file 'sylvia.txt_phyml_tree.txt' with a single tree. Then if I run:
the file has 3 trees (or 2 if I delete the output files beforehand). I'm adding @stephaneguindon to this thread. This is under Ubuntu (for me). @mickvv Since each tree is duplicated, you should be able to get one tree out of two with: TR <- read.tree("sylvia.phy_phyml_tree.txt") # using changed file extension
TR[c(TRUE, FALSE)]
Also, the next one should give you the same 28 trees: unique.multiPhylo(TR, use.edge.length = TRUE) Cheers, |
Just checked my version number of phyml (under Ubuntu 22): 3:3.3.20211231-1 |
Thank you very much, I think it will do the trick ! Regards, |
Thanks. I will take a look at this issue. |
When running phymltest() with the 28 models, the produced treefile _phyml_tree.txt contains 56 trees instead of expected 28.
Is it normal ?
Thanks
Mick
The text was updated successfully, but these errors were encountered: