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
|
Source: altree
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Charles Plessy <plessy@debian.org>,
Vincent Danjean <vdanjean@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: bash-completion,
debhelper-compat (= 13),
latex-make,
ghostscript,
texlive-lang-french,
texlive-latex-extra,
texlive-latex-recommended,
texlive-fonts-recommended,
libmath-tamuanova-perl,
libgsl-dev,
libblas-dev | libblas.so,
libtest-deep-perl,
fig2dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/altree
Vcs-Git: https://salsa.debian.org/med-team/altree.git
Homepage: https://gitlab.inria.fr/NGS/ALTree
Rules-Requires-Root: no
Package: altree
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${perl:Depends},
libmath-tamuanova-perl
Recommends: libopenblas0 | libblis4 | libmkl-rt | libblas.so.3
Suggests: altree-examples
Description: program to perform phylogeny-based association and localization analysis
ALTree was designed to perform association detection and localization of
susceptibility sites using haplotype phylogenetic trees: first, it allows the
detection of an association between a candidate gene and a disease, and second,
it enables to make hypothesis about the susceptibility loci.
Package: altree-examples
Architecture: all
Depends: ${misc:Depends}
Recommends: altree (= ${binary:Version})
Multi-Arch: foreign
Description: example files for ALTree
ALTree was designed to perform association detection and localization of
susceptibility sites using haplotype phylogenetic trees: first, it allows the
detection of an association between a candidate gene and a disease, and second,
it enables to make hypothesis about the susceptibility loci.
.
This package contains the example files for the ALTree package discussed in
its PDF manual.
|