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]
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2013-01-19 10:04:51 +0100
Seen: 705 times
Last updated: Jan 22 '13
Traversing sage's symbolic expression trees in python
HowTo implement filter for multiprocessing module?
v4.5.2 Upgrade Breaks Notebook, "got EOF subprocess must have crashed..."
where to get python coding tutorial for beginners link PDF
When does 1/2=0 ? (python's integer division Vs Sage's exact fractions)