Replies: 2 comments 1 reply
-
Thanks for the comment, @piyumalanthony Can you have a look? |
Beta Was this translation helpful? Give feedback.
-
Hi @bheimbu, We have resolved the issues with control file generated by IQ-TREE for the IQ2MC workflow. The master branch of IQ-TREE 3 includes all the updates and we will release the new version of IQ-TREE 3 soon which inlcudes these fixes for Hessian calculation and IQ2MC usage. Here, I have attached IQ-TREE 3 linux build and a Toy data set which you can use to test IQ2MC. We have also released MCMCtree version which supports IQ2MC: https://github.com/iqtree/paml. The floating point exception is also resolved. As you mentioned, the RootAge constraint in the control file is now discouraged, and we will remove it with the next update. If you have a root constraint in the rooted tree file, this will be ignored. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
would it be possible to provide a toy dataset for Bayesian dating with MCMCtree. I've followed your example commands and realized that the resulting
*.ctl
includes some mistakes, like this:Additonally, the usage of
RootAge = <1.0 * safe constraint on root age, used if no fossil for root.
is discouraged in later versions of PAML (latest: PAML v4.10). See here. I've excluded this line from the*.ctl
file and used an upper bond instead in the*.rooted.nwk
treefile ('U(1.0)'
).However, I've tried with a small dataset of primates and always get
Floating point exception (core dumped)
. Find attached all necessary files to reproduce the run.mcmctree_primates.zip
Short update:
It works with another version of paml from here and some minor changes to the
*.ctl
file as suggested on your website:In addition to this, you have to include
print = 1 * 0: no mcmc sample; 1: everything except branch rates 2: everything
in the*.ctl
file, otherwise themcmcfile (MCMC log of parameters that can be examined in Tracer)
will not be created.Cheers Bastian
Beta Was this translation helpful? Give feedback.
All reactions