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 86 87 88 89 90 91
|
Source: khmer
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <crusoe@debian.org>,
Kevin Murray <spam@kdmurray.id.au>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
dh-exec,
python3-guzzle-sphinx-theme,
python3,
python3-dev,
python3-all-dev,
python3-setuptools,
python3-screed,
python3-pytest,
python3-pytest-runner,
python3-sphinx,
python3-sphinxcontrib.autoprogram,
cython3,
zlib1g-dev,
libbz2-dev,
asciidoctor,
rdfind
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/khmer
Vcs-Git: https://salsa.debian.org/med-team/khmer.git
Homepage: https://khmer.readthedocs.org
Rules-Requires-Root: no
Package: khmer-common
Architecture: all
Multi-Arch: foreign
Depends: file,
${misc:Depends},
${sphinxdoc:Depends},
python3-guzzle-sphinx-theme
Built-Using: ${sphinxdoc:Built-Using}
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
Multi-Arch: foreign
Depends: khmer-common,
python3,
python3-screed,
${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
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
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.
|