File: control

package info (click to toggle)
prime-phylo 1.0.11-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,528 kB
  • sloc: cpp: 54,138; xml: 1,787; ansic: 1,346; perl: 951; yacc: 565; lex: 520; sh: 421; makefile: 197; asm: 2
file content (48 lines) | stat: -rw-r--r-- 1,613 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
Source: prime-phylo
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Erik Sjolund <erik.sjolund@gmail.com>,
           Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
               gengetopt,
               cmake,
               libblas-dev,
               liblapack-dev,
               gfortran,
               bison,
               flex,
               libopenmpi-dev,
               libxml2-dev,
               libboost-dev,
               libboost-mpi-dev,
               libboost-serialization-dev,
               zlib1g-dev
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/prime-phylo
Vcs-Git: https://salsa.debian.org/med-team/prime-phylo.git
Homepage: http://prime.sbc.su.se

Package: prime-phylo
Architecture: any
Depends: ${perl:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Suggests: njplot,
          treeviewx,
          muscle,
          probalign,
          mafft,
          python-biopython,
          mrbayes,
          phyml,
          raxml
Description: bayesian estimation of gene trees taking the species tree into account
 PrIME (Probabilistic Integrated Models of Evolution) is a package
 supporting inference of evolutionary parameters in a Bayesian framework
 using Markov chain Monte Carlo simulation. A distinguishing feature of
 PrIME is that the species tree is taken into account when analyzing gene
 trees.
 .
 The input data to PrIME is a multiple sequence alignment in FASTA format
 and the output data contains trees in Newick format.