You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
Allowing users to supply a constraint tree topology (-g option) to guide tree search, such that the resulting tree obeys the constraint. A naive implementation will be released with version 1.5.0.
iqtree -s alignment -g constraint_tree ...
TODOs (as of Sept 8, 2016):
Speed up the naive version, as it right now can be slow for large trees. This involves mainly two steps: the initial tree construction and the NNI moves.
The text was updated successfully, but these errors were encountered:
Hi Stephen,
great to hear that you find this feature useful. So far we only have a naive version, which is indeed quite slow for large trees. The improvement of runtime for constrained search is on our agenda though at the moment cannot be precise about when we’ll release it. We’ll send out the suggestions for large trees within next days.
Cheers,
Olga
Allowing users to supply a constraint tree topology (
-g
option) to guide tree search, such that the resulting tree obeys the constraint. A naive implementation will be released with version 1.5.0.TODOs (as of Sept 8, 2016):
The text was updated successfully, but these errors were encountered: