-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
the most common manipulation I need to do to get aRbor to read a tree is to make the tree binary.
Can we add a check when we read trees into any easy mode app:
is.binary.tree(phy) - if it returns FALSE, then do
phy<-multi2di(phy)
check again
is.binary.tree(phy) - if it returns TRUE, continue; if FALSE, need to print an error that Arbor could not generate a binary tree.
Metadata
Metadata
Assignees
Labels
No labels