File: control

package info (click to toggle)
sambamba 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,632 kB
  • sloc: sh: 206; python: 163; ruby: 147; makefile: 105
file content (39 lines) | stat: -rw-r--r-- 1,420 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
Source: sambamba
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-dlang,
               libbiod-dev,
               libhts-dev (>= 1.10.2-4),
               meson (>= 0.48),
               pkg-config,
               python3,
               shunit2 <!nocheck>,
               zlib1g-dev,
# used by libhts and explicitly referenced in build instruction
               liblz4-dev,
               libcurl4-gnutls-dev | libcurl-dev,
               libssl-dev,
               libbz2-dev,
               libdeflate-dev,
               liblzma-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/sambamba
Vcs-Git: https://salsa.debian.org/med-team/sambamba.git
Homepage: https://github.com/lomereiter/sambamba
Rules-Requires-Root: no

Package: sambamba
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: tools for working with SAM/BAM data
 Sambamba positions itself as a performant alternative
 to samtools and provides tools for
  * Powerful filtering with sambamba view --filter
  * Picard-like SAM header merging in the merge tool
  * Optional for operations on whole BAMs
  * Fast copying of a region to a new file with the slice tool
  * Duplicate marking/removal, using the Picard criteria