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
|
Source: libstatgen
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Dylan Aïssi <daissi@debian.org>,
Étienne Mollier <emollier@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
doxygen,
libssl-dev,
zlib1g-dev,
d-shlibs
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/libstatgen
Vcs-Git: https://salsa.debian.org/med-team/libstatgen.git
Homepage: https://genome.sph.umich.edu/wiki/C++_Library:_libStatGen
Rules-Requires-Root: no
Package: libstatgen1
Architecture: any-amd64
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Description: processing and analyzing next generation sequencing and genotyping data library
libStatGen is a library for statistical genetic programs. It includes some:
A. General Operation Classes including: File/Stream I/O, String processing
and Parameter Parsing.
B. Statistical Genetic Specific Classes including: Handling Common file
formats (Accessors to get/set values, Indexed access to BAM files) and
some utility classes, including: 1. Cigar: interpretation and mapping
between query and reference. 2. Pileup: structured access to data by
individual reference position.
.
This package provides the shared library.
Package: libstatgen-dev
Architecture: any-amd64
Multi-Arch: same
Section: libdevel
Depends: libstatgen1 (= ${binary:Version}),
${misc:Depends}
Suggests: libstatgen-doc
Description: development files for the libStatGen
libStatGen is a library for statistical genetic programs. It includes some:
A. General Operation Classes including: File/Stream I/O, String processing
and Parameter Parsing.
B. Statistical Genetic Specific Classes including: Handling Common file
formats (Accessors to get/set values, Indexed access to BAM files) and
some utility classes, including: 1. Cigar: interpretation and mapping
between query and reference. 2. Pileup: structured access to data by
individual reference position.
.
This package provides the development files for libstatgen.
Package: libstatgen-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Recommends: libstatgen-dev (>= ${source:Version})
Description: documentation files for the libStatGen
libStatGen is a library for statistical genetic programs. It includes some:
A. General Operation Classes including: File/Stream I/O, String processing
and Parameter Parsing.
B. Statistical Genetic Specific Classes including: Handling Common file
formats (Accessors to get/set values, Indexed access to BAM files) and
some utility classes, including: 1. Cigar: interpretation and mapping
between query and reference. 2. Pileup: structured access to data by
individual reference position.
.
This package provides the documentation files for libstatgen.
|