Closed xinkwu closed 4 years ago
Your first issue should have been fixed in: https://github.com/neherlab/treetime/commit/9e2491ff559997bba58249acfe0e6c1fce1ba460 but this isn't released yet. It has to do with skyline optimization failing when the tree is too weird (like rooted the wrong way).
your second error is more mysterious. Am I correct that you are running this on a tree generated with a long sequence but only provide a short fragment of that sequence as alignment? This should in principle work, but you should run with the flag --branch-length-mode input
. (The error shouldn't happen either way though). I'll look into it.
Hi, thank you very much for providing such a useful tool.
Here are two problems I encountered when running treetime:
The following error occurs when I run treetime using a tree built by Raxml. code show as below:
The error is reported as follows:
Is it because I provide a unrooted tree then cause a error? Because when I change the parameter (--reroot least-squares) it works very well. By the way, I wonder if I provide a unrooted tree and I choose the keep-root mode, how will treetime determine the root node?
When I want to run treetime with an tree generated using a large region and a MSA file of a gene in this region, and select the least-squares option, I encountered the following error.
When running treetime, is it necessary to require multiple sequence alignment files to match the tree exactly (the evolutionary tree is generated by this multiple sequence alignment)?
Thanks, kai