How to use E.T.E. a Python tree package within Sage?
Hi, ETE is a Python based tree building package with nice graphical support. Can I use it within Sage? Thanks, Roland
Hi, ETE is a Python based tree building package with nice graphical support. Can I use it within Sage? Thanks, Roland
I followed the instructions from the ETE webpage and it looks like you can install ETE inside the Sage shell environment (so that the python modules will be picked up by Sage), but it looks like there will be some optional dependencies missing:
> cd <TOP LEVEL SAGE DIRECTORY>
> ./sage -sh
> easy_install -U ete2
...
Installing ETE (A python Environment for Tree Exploration).
Checking dependencies...
MySQLdb cannot be found in your python installation.
MySQLdb is required for the PhylomeDB access API.
PyQt4 cannot be found in your python installation.
PyQt4 is required for tree visualization and image rendering.
lxml cannot be found in your python installation.
lxml is required from Nexml and Phyloxml support.
However, you can still install ETE without such functionality.
Do you want to continue with the installation anyway? [y,n]
Asked: 12 years ago
Seen: 732 times
Last updated: Jan 22 '13