File: control

package info (click to toggle)
libbio-samtools-perl 1.43-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 736 kB
  • sloc: perl: 2,210; ansic: 74; makefile: 20
file content (36 lines) | stat: -rw-r--r-- 1,520 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
36
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-compat (= 13),
               libbam-dev,
               libbio-perl-perl <!nocheck>,
               libmodule-build-perl,
               perl-xs-dev,
               perl:native,
               zlib1g-dev
Standards-Version: 4.6.2
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: ${misc:Depends},
         ${perl:Depends},
         ${shlibs: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.