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
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.
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:
t.explore()
or viatreeprofiler plot
. E.g.,:The button to save the tree in Newick format does not respond, while other export options like SVG and PDF work correctly.
Additional Information:
pip
from etetoolkit/ete/archive/ete4.zip )The text was updated successfully, but these errors were encountered: