Source: libbio-samtools-perl Maintainer: Debian Perl Group Uploaders: Charles Plessy Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13), perl-xs-dev, perl:native, libmodule-build-perl, zlib1g-dev, libbam-dev, # needed for the tests: libbio-perl-perl Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libbio-samtools-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libbio-samtools-perl.git Homepage: https://metacpan.org/release/Bio-SamTools Rules-Requires-Root: no Package: libbio-samtools-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libbio-perl-perl Enhances: gbrowse, samtools Description: Perl interface to SamTools library for DNA sequencing Bio::SamTools provides a Perl interface to the libbam library for indexed and unindexed SAM/BAM sequence alignment databases. It provides support for retrieving information on individual alignments, read pairs, and alignment coverage information across large regions. It also provides callback functionality for calling SNPs and performing other base-by-base functions. Most operations are compatible with the BioPerl Bio::SeqFeatureI interface, allowing BAM files to be used as a backend to the GBrowse genome browser application.