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
|
Source: seqan-raptor
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <crusoe@debian.org>
Build-Depends: debhelper-compat (= 13),
architecture-is-little-endian,
architecture-is-64-bit,
cmake,
libseqan3-dev (>= 3.4.0~rc.3),
libgtest-dev,
libxxhash-dev,
libcereal-dev,
libsimde-dev,
libyaml-cpp-dev,
pkgconf,
doxygen <!nodoc>,
cppreference-doc-en-html <!nodoc>,
texlive-font-utils <!nodoc>,
texlive-latex-base <!nodoc>,
texlive-latex-recommended <!nodoc>,
texlive-latex-extra <!nodoc>,
texlive-plain-generic <!nodoc>,
texlive-fonts-recommended <!nodoc>,
ghostscript <!nodoc>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/seqan-raptor
Vcs-Git: https://salsa.debian.org/med-team/seqan-raptor.git
Homepage: https://github.com/seqan/raptor
Rules-Requires-Root: no
Package: seqan-raptor
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: cwl-runner
Description: pre-filter for querying very large collections of nucleotide sequences
Raptor is a system for approximately searching many queries such as
next-generation sequencing reads or transcripts in large collections of
nucleotide sequences. Raptor uses winnowing minimizers to define a set of
representative k-mers, an extension of the interleaved Bloom filters (IBFs) as
a set membership data structure and probabilistic thresholding for minimizers.
This approach allows compression and partitioning of the IBF to enable the
effective use of secondary memory.
Package: seqan-raptor-doc
Architecture: all
Depends: ${misc:Depends}
Section: doc
Build-Profiles: <!nodoc>
Multi-Arch: foreign
Description: HTML & PDF documentation for seqan-raptor and its APIs
Raptor is a system for approximately searching many queries such as
next-generation sequencing reads or transcripts in large collections of
nucleotide sequences. Raptor uses winnowing minimizers to define a set of
representative k-mers, an extension of the interleaved Bloom filters (IBFs) as
a set membership data structure and probabilistic thresholding for minimizers.
This approach allows compression and partitioning of the IBF to enable the
effective use of secondary memory.
.
This package contains Raptor's docs (HTML & PDF).
|