-
Notifications
You must be signed in to change notification settings - Fork 7
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
let PhyloCTMC use branch rates from tree if not given #491
Comments
In what sense do you "consider it a local clock"? Do the branch rates in the tree just get used to generate the alignment, regardless of how they were generated? |
The branch rates on the tree metadata are used to generate the alignment when the branchRates input is not given explicitly. |
There is no assumption that the branch rates metadata of a tree must be from a local clock. |
Make branchRates an optional parameter. If branchRates are given, then consider it a relaxed clock. If branchRates are not given and the tree has its own branch rates, then consider it a local clock. Otherwise, consider it a strict clock with a rate of 1.0.
The text was updated successfully, but these errors were encountered: