1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: python-ete3
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Alba Crespi <crespialba+debian@gmail.com>,
zhao feng <zhaofengshu33@gmail.com>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools,
python3-numpy,
python3-lxml,
python3-pyqt5.qtopengl,
python3-pyqt5.qtsvg,
python3-scipy,
python3-six,
python3-skbio,
python3-pytest
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/python-ete3
Vcs-Git: https://salsa.debian.org/med-team/python-ete3.git
Homepage: http://etetoolkit.org
Rules-Requires-Root: no
Package: python3-ete3
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
python3-numpy,
python3-six
Recommends: ${python3:Recommends}
python3-lxml,
python3-pyqt5.qtopengl,
python3-pyqt5.qtsvg,
python3-scipy,
python3-skbio
Suggests: ${python3:Suggests}
Description: Python Environment for (phylogenetic) Tree Exploration - Python 3.X
The Environment for Tree Exploration (ETE) is a Python programming
toolkit that assists in the recontruction, manipulation, analysis and
visualization of phylogenetic trees (although clustering trees or any
other tree-like data structure are also supported).
.
ETE is currently developed as a tool for researchers working in
phylogenetics and genomics. If you use ETE for a published work,
please cite:
.
Visit http://etetoolkit.org for more info.
|