File: control

package info (click to toggle)
mcl 1%3A06-021-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,276 kB
  • ctags: 2,975
  • sloc: ansic: 32,352; sh: 3,556; perl: 1,437; makefile: 338
file content (35 lines) | stat: -rw-r--r-- 1,166 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
Source: mcl
Section: math
Priority: extra
Maintainer: Joost van Baal <joostvb@debian.org>
Build-Depends: debhelper (>= 4)
Standards-Version: 3.6.2.0

Package: mcl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: mcl-doc
Enhances: blast2, ncbi-tools-bin, bioperl
Description: the Markov Cluster algorithm
 The MCL package is an implementation of the MCL algorithm, and offers
 utilities for manipulating sparse matrices (the essential data
 structure in the MCL algorithm) and conducting cluster experiments.
 .
 MCL is currently being used in sciences like biology (protein family
 detection, genomics), computer science (node clustering in
 Peer-to-Peer networks), and linguistics (text analysis).
 .
  Homepage: http://micans.org/mcl/

Package: mcl-doc
Architecture: all
Depends: ${misc:Depends}
Section: doc
Suggests: mcl
Conflicts: mcl (<< 04-095-1)
Description: documentation for mcl
 The MCL package is an implementation of the Markov Cluster algorithm,
 for manipulating sparse matricess and conducting cluster experiments.
 .
 This is documention for mcl: the MCL FAQ, some examples as well as manpages
 in HTML and PostScript format.