File: control

package info (click to toggle)
samtools 1.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,316 kB
  • ctags: 2,537
  • sloc: ansic: 18,863; perl: 5,175; sh: 437; makefile: 230; java: 158; python: 141
file content (45 lines) | stat: -rw-r--r-- 1,723 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
37
38
39
40
41
42
43
44
45
Source: samtools
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Charles Plessy <plessy@debian.org>,
           Dominique Belhachemi <domibel@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
               bash-completion,
#              libio-pty-perl is needed by the regression test.
               libio-pty-perl,
               libncurses5-dev,
               libhts-dev (>= 1.3.1),
               zlib1g-dev,
               automake,
               autoconf-archive,
               pkg-config,
               tabix (>= 1.0)
# tabix is needed for the regression tests.
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/samtools.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/samtools.git
Homepage: http://www.htslib.org/

Package: samtools
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Recommends: python
Description: processing sequence alignments in SAM and BAM formats
 Samtools is a set of utilities that manipulate nucleotide sequence alignments
 in the binary BAM format. It imports from and exports to the ascii SAM
 (Sequence Alignment/Map) format, does sorting, merging and indexing, and allows
 one to retrieve reads in any regions swiftly. It is designed to work on a
 stream, and is able to open a BAM (not SAM) file on a remote FTP or HTTP
 server.

Package: samtools-test
Architecture: all
Depends: ${misc:Depends}
Recommends: libio-pty-perl
Description: test files for the samtools package
 Samtools is a set of utilities that manipulate nucleotide sequence alignments
 in the binary BAM format.
 .
 This package contains test files for the samtools package.