File: control

package info (click to toggle)
gatk-bwamem 1.0.4%2Bdfsg2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,260 kB
  • sloc: ansic: 12,321; java: 860; makefile: 126; sh: 36
file content (48 lines) | stat: -rw-r--r-- 1,750 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
46
47
48
Source: gatk-bwamem
Section: java
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Pierre Gruet <pgt@debian.org>
Build-Depends: debhelper-compat (= 13),
               default-jdk-headless,
               gradle-debian-helper,
               libsimde-dev,
               maven-repo-helper,
               testng <!nocheck>,
               zlib1g-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/gatk-bwamem
Vcs-Git: https://salsa.debian.org/med-team/gatk-bwamem.git
Homepage: https://github.com/broadinstitute/gatk-bwamem-jni/
Rules-Requires-Root: no

Package: libgatk-bwamem-java
Architecture: all
Depends: libgatk-bwamem-jni (>= ${source:Version}),
         libgatk-bwamem-jni (<< ${source:Version}.1~),
         ${java:Depends},
         ${misc:Depends}
Suggests: bwa
Description: interface to call Heng Li's bwa mem aligner from Java code
 BWA (Burrows-Wheeler Aligner) is a software package for mapping low-divergent
 sequences against a large reference genome, such as the human genome. It is
 written in C.
 .
 gatk-bwamem provides a Java library and a shared library to allow one to use
 BWA from Java code.
 .
 This package contains the Java library.

Package: libgatk-bwamem-jni
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: interface to call Heng Li's bwa mem aligner from Java code (jni)
 BWA (Burrows-Wheeler Aligner) is a software package for mapping low-divergent
 sequences against a large reference genome, such as the human genome. It is
 written in C.
 .
 gatk-bwamem provides a Java library and a shared library to allow one to use
 BWA from Java code.
 .
 This package contains the native library.