ETE: a Python Environment for phylogenetic Tree Exploration

ETE is a python programming toolkit that assists in the automated manipulation, analysis and visualization of phylogenetic and other type of trees. It provides a wide range of tree handling methods, node annotation features, programmatic access to the phylomeDB database, and automatic orthology and paralogy prediction methods. In addition, an interactive tree visualization program, as well as a highly customizable tree drawing engine, is included.

New version: ETE 2.1

ETE 2.1 is available to download

COURSE: Analysis and manipulation of phylogenomic data using the ETE python toolkit and TreeKo


Organized by the Bioinformatics Core Facility at CRG and Toni Gabaldon's lab. Location: Centre for Genomic Regulation,  Barcelona (Spain).   Duration: 3 days  Dates:  April 6th- 8th (2011

free registration (limited places) deadline: (CLOSED)

(Added some location and accomodation info)

PhylomeDB 3 API

 A preliminary API to access the new phylomeDB release (v3) is available. Until official integration into the ETE package, you can download and use the API as an independent module (attached). To use it, Salvador Capella has developed an update of the PhylomeDBConnector object that allows to access to phylomeDB mysql server directly. 

Example:

 import PhylomeDB3
 p = PhylomeDB3.PhylomeDB3Connector()
 print p.get_phylomes()



AttachmentSize
phylomeDB3.py.txt54.98 KB

ETE package at Macports

Thanks to Alexis Grimaldi, the ETE package has just been accepted in MacPorts. Now, installing ETE on a mac is as simple as executing:  "sudo port install py26-ete2". Note, however, that many dependences will be compiled from source, so it might take a long time the first time you install it.  

Syndicate content