Skip to content
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

Drawing cloud trees #72

Open
mrmrwinter opened this issue Jun 5, 2023 · 1 comment
Open

Drawing cloud trees #72

mrmrwinter opened this issue Jun 5, 2023 · 1 comment

Comments

@mrmrwinter
Copy link

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

@eaton-lab
Copy link
Owner

Hi @mrmrwinter ,

A few ideas:

  1. 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.

  2. 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.

Let me know. Thanks,
Deren

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants