File: control

package info (click to toggle)
khmer 2.0%2Bdfsg-10
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 77,428 kB
  • ctags: 18,628
  • sloc: cpp: 99,718; python: 15,920; makefile: 512; sh: 141; xml: 19
file content (85 lines) | stat: -rw-r--r-- 3,312 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Source: khmer
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <michael.crusoe@gmail.com>,
           Kevin Murray <spam@kdmurray.id.au>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               dh-exec,
               python3 (>= 3.3),
               python3-dev (>= 3.3),
               python3-all-dev (>= 3.3),
               python3-setuptools (>= 3.3),
               python3-screed,
               python3-nose,
               python3-sphinx,
               python3-sphinxcontrib.autoprogram,
               zlib1g-dev,
               libbz2-dev,
               asciidoctor
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/khmer.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/khmer.git
Homepage: http://khmer.readthedocs.org
X-Python-Version: 3.4

Package: khmer-common
Architecture: all
Multi-Arch: foreign
Depends: file,
         ${misc:Depends},
         ${sphinxdoc:Depends}
Description: common files for the khmer project tools
 khmer is a library and suite of command line tools for working with DNA
 sequence. It is primarily aimed at short-read sequencing data such as
 that produced by the Illumina platform. khmer takes a k-mer-centric
 approach to sequence analysis, hence the name.
 .
 This package contains common files for liboxli and khmer

Package: khmer
Architecture: amd64 any-arm64 any-mips64 any-mips64el any-ia64 any-ppc64el any-sparc64
Multi-Arch: same
Depends: khmer-common,
         python3 (>= 3.3),
         python3-screed (<< 1.0),
         ${shlibs:Depends},
         ${misc:Depends},
         ${python3:Depends}
Description: in-memory DNA sequence kmer counting, filtering & graph traversal
 khmer is a library and suite of command line tools for working with DNA
 sequence. It is primarily aimed at short-read sequencing data such as that
 produced by the Illumina platform. khmer takes a k-mer-centric approach to
 sequence analysis, hence the name.

Package: liboxli1
Architecture: amd64 any-arm64 any-mips64 any-mips64el any-ia64 any-ppc64el any-sparc64
Multi-Arch: same
Section: libs
Depends: khmer-common,
         ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: in-memory DNA sequence analysis library from the khmer project
 khmer is a library and suite of command line tools for working with DNA
 sequence. It is primarily aimed at short-read sequencing data such as that
 produced by the Illumina platform. khmer takes a k-mer-centric approach to
 sequence analysis, hence the name.
 .
 This package contains the low-level C++ library.

Package: liboxli-dev
Architecture: amd64 any-arm64 any-mips64 any-mips64el any-ia64 any-ppc64el any-sparc64
Multi-Arch: same
Section: libdevel
Depends: liboxli1 (= ${binary:Version}),
         ${misc:Depends},
         khmer-common
Description: in-memory DNA sequence analysis dev library
 khmer is a library and suite of command line tools for working with DNA
 sequence. It is primarily aimed at short-read sequencing data such as that
 produced by the Illumina platform. khmer takes a k-mer-centric approach to
 sequence analysis, hence the name.
 .
 This package contains the low-level C++ library headers and static archive.