File: control

package info (click to toggle)
sambamba 1.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,528 kB
  • sloc: sh: 220; python: 166; ruby: 147; makefile: 103
file content (40 lines) | stat: -rw-r--r-- 1,428 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
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,
               libhts-dev (>= 1.10.2-4),
               meson,
               pkg-config,
               python3,
               shunit2 <!nocheck>,
               zlib1g-dev,
               ldc,
# used by libhts and explicitly referenced in build instruction
               liblz4-dev,
               libcurl4-gnutls-dev | libcurl-dev,
               libssl-dev,
               libbz2-dev,
               libdeflate-dev,
               liblzma-dev,
               debhelper
Standards-Version: 4.6.2
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