File: control

package info (click to toggle)
mrbayes 3.2.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,724 kB
  • ctags: 2,710
  • sloc: ansic: 91,371; sh: 181; makefile: 46
file content (68 lines) | stat: -rw-r--r-- 2,900 bytes parent folder | download
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
63
64
65
66
67
68
Source: mrbayes
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Fernando Ribeiro <fernando@staff.nerdgroup.org>,
           Steffen Moeller <moeller@debian.org>,
           Dominique Belhachemi <domibel@debian.org>,
           Pjotr Prins <pjotr.debian@thebird.nl>,
           Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
               libreadline-dev,
               mpi-default-dev,
               libhmsbeagle-dev (<< 2.1-1) | libhmsbeagle-dev (>= 2.1-2),
               autoconf,
               automake
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/mrbayes.git
Vcs-Git: git://anonscm.debian.org/debian-med/mrbayes.git
Homepage: http://mrbayes.csit.fsu.edu/

Package: mrbayes
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
Suggests: mrbayes-doc
Description: Bayesian Inference of Phylogeny
 Bayesian inference of phylogeny is based upon a quantity called the posterior
 probability distribution of trees, which is the probability of a tree 
 conditioned on the observations. The conditioning is accomplished using 
 Bayes's theorem. The posterior probability distribution of trees is 
 impossible to calculate analytically; instead, MrBayes uses a simulation 
 technique called Markov chain Monte Carlo (or MCMC) to approximate the 
 posterior probabilities of trees.

Package: mrbayes-mpi
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         mpi-default-bin
Suggests: mpi-default,
          mrbayes-doc
Description: Bayesian Inference of Phylogeny - mpi version
 Bayesian inference of phylogeny is based upon a quantity called the posterior
 probability distribution of trees, which is the probability of a tree
 conditioned on the observations. The conditioning is accomplished using
 Bayes's theorem. The posterior probability distribution of trees is
 impossible to calculate analytically; instead, MrBayes uses a simulation
 technique called Markov chain Monte Carlo (or MCMC) to approximate the
 posterior probabilities of trees.
 .
 This package offers a binary compiled for parallel computation with MPI.

Package: mrbayes-doc
Architecture: all
Section: doc
Priority: extra
Depends: ${misc:Depends}
Enhances: mrbayes
Description: Bayesian Inference of Phylogeny - manual
 Bayesian inference of phylogeny is based upon a quantity called the posterior
 probability distribution of trees, which is the probability of a tree
 conditioned on the observations. The conditioning is accomplished using
 Bayes's theorem. The posterior probability distribution of trees is
 impossible to calculate analytically; instead, MrBayes uses a simulation
 technique called Markov chain Monte Carlo (or MCMC) to approximate the
 posterior probabilities of trees.
 .
 This package provides the manual for MrBayes.