1 | # -*- 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 |
---|
2 | # $Id: Portfile 68741 2010-06-12 05:53:07Z macsforever2000@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python27 1.0 |
---|
6 | |
---|
7 | name py27-ete2 |
---|
8 | version 2.1rev498 |
---|
9 | categories python biology science |
---|
10 | maintainers noone |
---|
11 | |
---|
12 | description Python Environment for Tree Exploration (ETE) |
---|
13 | long_description ETE is a python programming toolkit that assists in the \ |
---|
14 | automated manipulation, analysis and visualization \ |
---|
15 | hierarchical trees. Besides a broad set of tree handling \ |
---|
16 | options, it provides specific methods to analyze \ |
---|
17 | phylogenetic and clustering trees. It supports large tree \ |
---|
18 | data structures, node annotation, independent editing and \ |
---|
19 | analysis of tree partitions, and the association of trees \ |
---|
20 | with external data such as multiple sequence alignments or \ |
---|
21 | numerical matrices. Finally, ETE implements a programmable \ |
---|
22 | tree drawing engine that can be used to automatize the \ |
---|
23 | graphical rendering of trees with customized node-specific \ |
---|
24 | visualizations. |
---|
25 | |
---|
26 | homepage http://ete.cgenomics.org/ |
---|
27 | platforms darwin |
---|
28 | master_sites ${homepage}releases/ete2/ |
---|
29 | checksums md5 d0bb202029dcbb26aab02200f9873469 \ |
---|
30 | sha1 1c6da2ae45fccdaf0053b379d66a9ad038845c23 \ |
---|
31 | rmd160 524517bf96dc2782106406d4e753f7e54d4627ca |
---|
32 | distname ete2-${version} |
---|
33 | |
---|
34 | depends_build port:py27-distribute |
---|
35 | depends_run port:py27-mysql \ |
---|
36 | port:py27-scipy \ |
---|
37 | port:py27-pyqt4 |
---|