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
|
Source: populations
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Georges Khaznadar <georgesk@ofset.org>,
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
cmake,
qt5-qmake,
qtbase5-dev,
qttools5-dev,
libfontconfig-dev,
libfreetype-dev,
libglib2.0-dev,
libice-dev,
libpng-dev,
libsm-dev,
libx11-dev,
libxext-dev,
libxrender-dev,
zlib1g-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/populations
Vcs-Git: https://salsa.debian.org/med-team/populations.git
Homepage: https://www.bioinformatics.org/~tryphon/populations/
Rules-Requires-Root: no
Package: populations
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${lib:Depends}
Description: population genetic software
Populations is a population genetic software. It computes genetic
distances between populations or individuals. It builds phylogenetic
trees (NJ or UPGMA) with bootstrap values.
|