File: control

package info (click to toggle)
htsjdk 2.8.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 38,400 kB
  • ctags: 13,361
  • sloc: java: 79,850; sh: 215; xml: 43; python: 28; makefile: 22
file content (53 lines) | stat: -rw-r--r-- 2,107 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
49
50
51
52
53
Source: htsjdk
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Charles Plessy <plessy@debian.org>,
           Olivier Sallou <osallou@debian.org>,
           Vincent Danjean <vdanjean@debian.org>,
           Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: default-jdk (>= 2:1.8),
               javahelper,
               gradle-debian-helper,
               maven-repo-helper,
               debhelper (>= 10),
               libcommons-jexl2-java (>= 2.1.1),
               libcommons-logging-java (>= 1.1.1),
               libsnappy-java (>= 1.0.3~rc3),
               libcommons-compress-java (>= 1.4.1),
               libxz-java (>= 1.5),
               libngs-java (>= 1.2.4-2~),
# required for correct dependencies for -doc
               default-jdk-doc,
# required for tests:
               testng (>= 6.9.9),
               junit4
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/htsjdk.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/htsjdk.git
Homepage: http://samtools.github.io/htsjdk/

Package: libhtsjdk-java
Architecture: all
Section: java
Depends: ${misc:Depends}, ${java:Depends}
Recommends: ${java:Recommends}
Suggests: picard-tools, python
Description: Java API for high-throughput sequencing data (HTS) formats
 HTSJDK is an implementation of a unified Java library for accessing common
 file formats, such as SAM (Sequence Alignment/Map) and VCF, used for
 high-throughput sequencing data. There are also an number of useful utilities
 for manipulating HTS data.

Package: libhtsjdk-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${java:Depends}
Recommends: ${java:Recommends}
Description: Documentation for the java HTSJDK library 
 HTSJDK is an implementation of a unified Java library for accessing common
 file formats, such as SAM (Sequence Alignment/Map) and VCF, used for
 high-throughput sequencing data. There are also an number of useful utilities
 for manipulating HTS data.
 .
 This package contains the javadoc of the library.