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
|
Source: paml
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Pjotr Prins <pjotr.debian@thebird.nl>,
Steffen Moeller <moeller@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/paml
Vcs-Git: https://salsa.debian.org/med-team/paml.git
Homepage: http://abacus.gene.ucl.ac.uk/software/paml.html
Rules-Requires-Root: no
Package: paml
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Phylogenetic Analysis by Maximum Likelihood (PAML)
PAML is a package of programs for phylogenetic analyses of DNA or
protein sequences using maximum likelihood. PAML is not good for tree
making. It may be used to estimate parameters and test hypotheses to
study the evolutionary process, when you have reconstructed trees using
other programs such as PAUP*, PHYLIP, MOLPHY, PhyML, RaxML, etc.
Package: paml-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Documentation for PAML
PAML is a package of programs for phylogenetic analyses of DNA or
protein sequences using maximum likelihood. PAML is not good for tree
making. It may be used to estimate parameters and test hypotheses to
study the evolutionary process, when you have reconstructed trees using
other programs such as PAUP*, PHYLIP, MOLPHY, PhyML, RaxML, etc.
.
The source code comes with a series of PDF files to help with
further insights for the working of, and with, PAML.
|