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 51 52 53 54 55 56 57 58 59 60 61 62
|
Source: terraphast
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
cmake,
d-shlibs,
dh-exec,
catch,
libgmp3-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/terraphast
Vcs-Git: https://salsa.debian.org/med-team/terraphast.git
Homepage: https://github.com/amkozlov/terraphast-one
Rules-Requires-Root: no
Package: terraphast
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends},
libterraces0 (= ${binary:Version})
Description: enumerate terraces in phylogenetic tree space
Terraphast takes a .nkw file in Newick format and a genes/sites file,
which denotes whether (1) or not (0) gene i is present in species j.
.
Program output states some imput data properties, the species whose leaf
edge is used as a new tree root, and the resulting supertree in
compressed newick format.
Package: libterraces0
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Description: enumerate terraces in phylogenetic tree space (shared lib)
Terraphast takes a .nkw file in Newick format and a genes/sites file,
which denotes whether (1) or not (0) gene i is present in species j.
.
Program output states some imput data properties, the species whose leaf
edge is used as a new tree root, and the resulting supertree in
compressed newick format.
.
This package contains the shared library.
Package: libterraces-dev
Architecture: any
Section: libdevel
Depends: libterraces0 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: enumerate terraces in phylogenetic tree space (development lib)
Terraphast takes a .nkw file in Newick format and a genes/sites file,
which denotes whether (1) or not (0) gene i is present in species j.
.
Program output states some imput data properties, the species whose leaf
edge is used as a new tree root, and the resulting supertree in
compressed newick format.
.
This package contains a library to use the terraphast algorithm in own
projects.
|