Source: pbbam Maintainer: Debian Med Packaging Team Uploaders: Andreas Tille Section: science Priority: optional Build-Depends: debhelper-compat (= 13), dh-exec, d-shlibs, meson, pkg-config, cmake, # swig3.0, libboost-dev, zlib1g-dev, libssl-dev, libhts-dev, libpbcopper-dev (>= 1.8.0), python3-cram, libgtest-dev , samtools Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/pbbam Vcs-Git: https://salsa.debian.org/med-team/pbbam.git Homepage: http://pbbam.readthedocs.org/en/latest/index.html Rules-Requires-Root: no Package: pbbamtools Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libpbbam1.6.0 (= ${binary:Version}) Recommends: samtools Description: processing Pacific Biosciences binary alignment/map files The BAM format is a binary, compressed, record-oriented container format for raw or aligned sequence reads. The associated SAM format is a text representation of the same data. The specifications for BAM/SAM are maintained by the SAM/BAM Format Specification Working Group. . PacBio-produced BAM files are fully compatible with the BAM specification, but makes use of the extensibility mechanisms of the BAM specification to encode PacBio-specific information. . This package provides command-line utilities for working with PacBio BAM files. Package: libpbbam1.6.0 Architecture: any Multi-Arch: same Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Breaks: libpbbam (<< ${source:Version}) Replaces: libpbbam Description: Pacific Biosciences binary alignment/map (BAM) library The BAM format is a binary, compressed, record-oriented container format for raw or aligned sequence reads. The associated SAM format is a text representation of the same data. The specifications for BAM/SAM are maintained by the SAM/BAM Format Specification Working Group. . PacBio-produced BAM files are fully compatible with the BAM specification, but makes use of the extensibility mechanisms of the BAM specification to encode PacBio-specific information. The pbbam library provides tools to work with these files Package: libpbbam-dev Architecture: any Section: libdevel Depends: libpbbam1.6.0 (= ${binary:Version}), libhts-dev, libssl-dev, ${misc:Depends} Breaks: libpbbam (<< 0.18) Replaces: libpbbam (<< 0.18) Description: Pacific Biosciences binary alignment/map (BAM) library (headers) The BAM format is a binary, compressed, record-oriented container format for raw or aligned sequence reads. The associated SAM format is a text representation of the same data. The specifications for BAM/SAM are maintained by the SAM/BAM Format Specification Working Group. . PacBio-produced BAM files are fully compatible with the BAM specification, but makes use of the extensibility mechanisms of the BAM specification to encode PacBio-specific information. The pbbam library provides tools to work with these files . This package contains the library header files.