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

Issue with downloading Newick tree in ete4 #735

Open
vmikk opened this issue Dec 1, 2023 · 0 comments
Open

Issue with downloading Newick tree in ete4 #735

vmikk opened this issue Dec 1, 2023 · 0 comments

Comments

@vmikk
Copy link

vmikk commented Dec 1, 2023

Hello!

When using the interactive tree visualization feature in the latest version of ETE4 (tested with ete4==4.0.0b2), the functionality to download a tree in Newick format via the control panel is not working.

Steps to Reproduce:

  • Visualize a tree using t.explore() or via treeprofiler plot. E.g.,:
    from ete4 import PhyloTree
    tre = "(A:3,(B:1,C:6));"
    t = PhyloTree(tre)
    t.explore()
    
  • Attempt to download the tree in Newick format using the designated button in the control panel.

The button to save the tree in Newick format does not respond, while other export options like SVG and PDF work correctly.

Additional Information:

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

1 participant