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 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
|
Source: pbseqlib
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
d-shlibs,
meson,
pkg-config,
cmake,
googletest,
libgtest-dev,
zlib1g-dev,
libhdf5-dev,
libboost-dev,
libpbbam-dev,
libpbcopper-dev,
libhts-dev,
libgtest-dev <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/pbseqlib
Vcs-Git: https://salsa.debian.org/med-team/pbseqlib.git
Homepage: https://github.com/PacificBiosciences/blasr_libcpp
Rules-Requires-Root: no
Package: libblasr-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libblasr5.3.5 (= ${binary:Version}),
libpbdata-dev (= ${binary:Version}),
${misc:Depends}
Breaks: libblasr (<< 5.3.3)
Replaces: libblasr (<< 5.3.3)
Description: tools for aligning PacBio reads to target sequences (development files)
Blasr_libcpp is a library used by blasr and other executables such as
samtoh5, loadPulses for analyzing PacBio sequences. This library contains
three sub-libraries, including pbdata, hdf and alignment.
.
This package contains the header files and static library for the alignment
sublibrary.
Package: libblasr5.3.5
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Description: tools for aligning PacBio reads to target sequences
Blasr_libcpp is a library used by blasr and other executables such as
samtoh5, loadPulses for analyzing PacBio sequences. This library contains
three sub-libraries, including pbdata, hdf and alignment.
.
This package contains the alignment sublibrary.
Package: libpbseq
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
libblasr5.3.5 (= ${binary:Version})
Description: library for analyzing PacBio sequencing data
Blasr_libcpp is a library used by blasr and other executables such as
samtoh5, loadPulses for analyzing PacBio sequences. This library contains
three sub-libraries, including pbdata, hdf and alignment.
.
This is a metapackage that depends on the pbseqlib component shared libraries.
Package: libpbseq-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
libpbdata-dev (= ${binary:Version}),
libpbihdf-dev (= ${binary:Version}),
libblasr-dev (= ${binary:Version})
Description: library for analyzing PacBio sequencing data (development files)
Blasr_libcpp is a library used by blasr and other executables such as
samtoh5, loadPulses for analyzing PacBio sequences. This library contains
three sub-libraries, including pbdata, hdf and alignment.
.
This is a metapackage that depends on the pbseqlib component development files.
Package: libpbdata-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
libpbcopper-dev
Multi-Arch: same
Description: tools for handling PacBio sequences (development files)
Blasr_libcpp is a library used by blasr and other executables such as
samtoh5, loadPulses for analyzing PacBio sequences. This library contains
three sub-libraries, including pbdata, hdf and alignment.
.
This package contains the header files and static library for the pbdata
sublibrary.
Package: libpbihdf-dev
Architecture: any
Section: libdevel
Depends: libhdf5-dev,
${misc:Depends}
Description: tools for handling PacBio hdf5 files (development files)
Blasr_libcpp is a library used by blasr and other executables such as
samtoh5, loadPulses for analyzing PacBio sequences. This library contains
three sub-libraries, including pbdata, hdf and alignment.
.
This package contains the header files and static library for the hdf
sublibrary.
|