File: control

package info (click to toggle)
physamp 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,388 kB
  • ctags: 49
  • sloc: cpp: 601; sh: 18; makefile: 3
file content (32 lines) | stat: -rw-r--r-- 1,485 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
Source: physamp
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 (>= 9),
               cmake,
               texinfo,
               libbpp-phyl-dev (>= 2.2.0)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/physamp.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/physamp.git
Homepage: http://biopp.univ-montp2.fr/forge/physamp

Package: physamp
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: sample sequence alignment according to its corresponding phylogenetic tree
 The PhySamp package currently contains one program, bppalnoptim, which
 samples a sequence alignment by removing sequences in order to maximize
 the number of sites suitable for a given analysis. The program has three
 running modes:
  * Interactive: the user will be iteratively proposed a set of choices
    for sequence removal, with their corresponding site gains. The
    procedure stops when the user does not want to remove more sequences,
    and the resulting filtered alignment is written.
  * Automatic: the user enters an a priori criterion for stopping
    the filtering procedure (for instance a minimum number of
    sequences to keep).
  * Diagnostic: this mode allows one to plot the trade-off curve, by showing
    the site gain as a function of the number of removed sequences.