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
I have used toytree in the past to generate cloud/densi trees from multiple gene trees. when trying to use it this time i get multiple errors (AttributeError: toytree has no attribute draw_cloud_tree), and it looks like the cloud tree function has been hashed out in the Multitree.py script.
Is this option still available? How can i implement it?
Thanks
The text was updated successfully, but these errors were encountered:
The draw_cloud_tree option is available from MultiTree objects only, not from ToyTree objects, perhaps you are calling this method from the wrong object type.
Or, perhaps you installed a development version of toytree from GitHub (e.g., the toy3 branch) instead of the main branch or the conda version. In this case the draw_cloud_tree function may have been temporarily hidden while under development.
Hi,
I have used toytree in the past to generate cloud/densi trees from multiple gene trees. when trying to use it this time i get multiple errors (AttributeError: toytree has no attribute draw_cloud_tree), and it looks like the cloud tree function has been hashed out in the Multitree.py script.
Is this option still available? How can i implement it?
Thanks
The text was updated successfully, but these errors were encountered: