Python package for building, comparing, annotating, manipulating and visualising trees. It provides a comprehensive API and a collection of command line tools, including utilities to work with the NCBI taxonomy tree.
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 )