File: control

package info (click to toggle)
phybin 0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 532 kB
  • ctags: 8
  • sloc: haskell: 2,139; sh: 559; makefile: 74
file content (47 lines) | stat: -rw-r--r-- 1,842 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
Source: phybin
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),
               haskell-devscripts (>= 0.8),
               cdbs,
               ghc,
               libghc-hunit-dev,
               libghc-async-dev,
               libghc-fgl-dev,
               libghc-graphviz-dev,
               libghc-hierarchical-clustering-dev,
               libghc-parsec3-dev,
               libghc-prettyclass-dev,
               libghc-split-dev (>= 0.2),
               libghc-text-dev,
               libghc-vector-dev (>= 0.10),
               libghc-test-framework-dev,
               libghc-test-framework-hunit-dev,
               libghc-test-framework-th-dev
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/phybin.git
Vcs-Git: git://anonscm.debian.org/debian-med/phybin.git
Homepage: http://www.cs.indiana.edu/~rrnewton/projects/phybin/

Package: phybin
Architecture: any
Depends: ${haskell:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Conflicts: ${haskell:Conflicts}
Provides: ${haskell:Provides}
Description: binning/clustering newick trees by topology
 PhyBin is a simple command line tool that classifies a set of Newick
 tree files by their topology. The purpose of it is to take a large set
 of tree files and browse through the most common tree topologies.
 .
 It can do simple binning of identical trees or more complex clustering
 based on an all-to-all Robinson-Foulds distance matrix.
 .
 phybin produces output files that characterize the size and contents of
 each bin or cluster (including generating GraphViz-based visual
 representations of the tree topologies).