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
|
Source: libtabixpp
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
Sascha Steinbiss <satta@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
libhts-dev,
zlib1g-dev,
d-shlibs
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/libtabixpp
Vcs-Git: https://salsa.debian.org/med-team/libtabixpp.git
Homepage: https://github.com/ekg/tabixpp
Package: libtabixpp0
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: C++ wrapper to tabix indexer
Tabix indexes files where some columns indicate sequence coordinates: name
(usually a chromosome), start and stop. The input data file must be position
sorted and compressed by bgzip. After indexing, tabix is able to quickly
retrieve data lines by chromosomal coordinates.
.
This package provides a C++ wrapper to the tabix indexer.
Package: libtabixpp-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libtabixpp0 (= ${binary:Version}),
libhts-dev,
zlib1g-dev
Pre-Depends: ${misc:Pre-Depends}
Provides: libtabixpp-dev
Description: C++ wrapper to tabix indexer (development files)
This package provides development headers and static libraries for libtabixpp,
a C++ interface wrapper for Tabix. Tabix is a part of htslib to index tabular
files in which some columns indicate sequence coordinates.
|