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$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python26 1.0 |
---|
6 | |
---|
7 | name py26-ete2 |
---|
8 | version 2.0rev84 |
---|
9 | categories python biology |
---|
10 | maintainers gmail.com:sopo.dev |
---|
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 c781001651dd7763870b740d8afa5f80 \ |
---|
30 | sha1 3c385108b524177bd10c72841cc21c895dd4916b \ |
---|
31 | rmd160 54f7f8f85407853719e01edfeae822ad53603519 |
---|
32 | distname ete-${version} |
---|
33 | |
---|
34 | depends_build port:py26-distribute |
---|
35 | depends_run port:py26-mysql \ |
---|
36 | port:py26-scipy \ |
---|
37 | port:py26-pyqt4 |
---|