File: control

package info (click to toggle)
libbio-samtools-perl 1.43-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 672 kB
  • sloc: perl: 2,210; ansic: 74; makefile: 19
file content (35 lines) | stat: -rw-r--r-- 1,469 bytes parent folder | download
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
Source: libbio-samtools-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Charles Plessy <plessy@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 12~),
               perl,
               libmodule-build-perl,
               zlib1g-dev,
               libbam-dev,
# needed for the tests:
               libbio-perl-perl
Standards-Version: 4.3.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

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.