File: control

package info (click to toggle)
quicktree 2.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 384 kB
  • sloc: ansic: 2,135; makefile: 63; sh: 12
file content (55 lines) | stat: -rw-r--r-- 2,282 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
Source: quicktree
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Build-Depends: debhelper-compat (= 13),
               help2man,
               dh-exec
Standards-Version: 4.6.2
Homepage: https://github.com/khowe/quicktree/
Vcs-Browser: https://salsa.debian.org/med-team/quicktree
Vcs-Git: https://salsa.debian.org/med-team/quicktree.git
Rules-Requires-Root: no

Package: quicktree
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: hmmer|hmmer2
Description: Neighbor-Joining algorithm for phylogenies
 QuickTree is an efficient implementation of the Neighbor-Joining
 algorithm (PMID: 3447015), capable of reconstructing phylogenies from
 huge alignments in time less than the age of the universe.
 .
 QuickTree accepts both distance matrix and multiple-sequence-aligment
 inputs. The former should be in PHYLIP format. The latter should be
 in Stockholm format, which is the native alignment format for the Pfam
 database. Alignments in various formats can be converted to Stockholm
 format with the sreformat program, which is part of the HMMer package
 (hmmer.org).
 .
 The tress are written to stdout, in the Newick/New-Hampshire format
 use by PHYLIP and many other programs

Package: libquicktree-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Neighbor-Joining algorithm for phylogenies (development)
 QuickTree is an efficient implementation of the Neighbor-Joining
 algorithm (PMID: 3447015), capable of reconstructing phylogenies from
 huge alignments in time less than the age of the universe.
 .
 QuickTree accepts both distance matrix and multiple-sequence-aligment
 inputs. The former should be in PHYLIP format. The latter should be
 in Stockholm format, which is the native alignment format for the Pfam
 database. Alignments in various formats can be converted to Stockholm
 format with the sreformat program, which is part of the HMMer package
 (hmmer.org).
 .
 The tress are written to stdout, in the Newick/New-Hampshire format
 use by PHYLIP and many other programs
 .
 This package contains some header files from quicktree that are used
 by other packages.