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
|
Source: cassiopee
Standards-Version: 4.7.2
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
Olivier Sallou <osallou@debian.org>,
Section: science
Priority: optional
Build-Depends:
debhelper-compat (= 13),
cmake,
doxygen,
libboost-serialization-dev,
libboost-iostreams-dev,
libgoogle-glog-dev,
libcppunit-dev,
Vcs-Browser: https://salsa.debian.org/med-team/cassiopee
Vcs-Git: https://salsa.debian.org/med-team/cassiopee.git
Homepage: https://github.com/osallou/cassiopee-c
Rules-Requires-Root: no
Package: cassiopee
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
Description: index and search tool in genomic sequences
Cassiopee index and search library C implementation.
It is a complete rewrite of the ruby Cassiopee gem. It scans an input
genomic sequence (dna/rna/protein) and search for a subsequence with
exact match or allowing substitutions (Hamming distance) and/or
insertion/deletions.
.
This package contains the cassiopee and cassiopeeknife tools.
Package: libcassie-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
libjs-jquery,
Description: documentation for cassiopee library
Cassiopee index and search library C implementation. It is a complete
rewrite of the ruby Cassiopee gem. It scans an input genomic sequence
(dna/rna/protein) and search for a subsequence with exact match or
allowing substitutions (Hamming distance) and/or insertion/deletions.
.
This package contains the doxygen generated documentation for the
cassiopee library for development.
Package: libcassie1v5
Architecture: any
Section: libs
Depends:
${shlibs:Depends},
${misc:Depends},
Conflicts:
libcassie1,
Replaces:
libcassie1,
Description: library implementating search algorithms
Cassiopee index and search library C implementation.
It is a complete rewrite of the ruby Cassiopee gem. It scans an input
genomic sequence (dna/rna/protein) and search for a subsequence with
exact match or allowing substitutions (Hamming distance) and/or
insertion/deletions.
Package: libcassie-dev
Architecture: any
Section: libdevel
Depends:
${shlibs:Depends},
${misc:Depends},
libcassie1v5 (= ${binary:Version}),
Description: library and headers for development
Cassiopee index and search library C implementation.
It is a complete rewrite of the ruby Cassiopee gem. It scans an input
genomic sequence (dna/rna/protein) and search for a subsequence with
exact match or allowing substitutions (Hamming distance) and/or
insertion/deletions.
.
This package contains the header files for development.
|