# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 68741 2010-06-12 05:53:07Z macsforever2000@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-ete2
version             2.0rev90
categories          python biology science
maintainers         gmail.com:sopo.dev

description         Python Environment for Tree Exploration (ETE)
long_description    ETE is a python programming toolkit that assists in the \
                    automated manipulation, analysis and visualization \
                    hierarchical trees. Besides a broad set of tree handling \
                    options, it provides specific methods to analyze \
                    phylogenetic and clustering trees. It supports large tree \
                    data structures, node annotation, independent editing and \
                    analysis of tree partitions, and the association of trees \
                    with external data such as multiple sequence alignments or \
                    numerical matrices. Finally, ETE implements a programmable \
                    tree drawing engine that can be used to automatize the \
                    graphical rendering of trees  with customized node-specific \
                    visualizations.

homepage            http://ete.cgenomics.org/
platforms           darwin
master_sites        ${homepage}releases/ete2/
checksums           md5     9d57932e343e443e088b22143251e9ac \
                    sha1    ea83aff7b75eadaf905c99dbbe7c480bbaa7779f \
                    rmd160  a8f1fb53784340f42fb5dcc0266340c4bcb8e4f6
distname            ete2-${version}

depends_build       port:py26-distribute
depends_run         port:py26-mysql \
                    port:py26-scipy \
                    port:py26-pyqt4
