File: control

package info (click to toggle)
pbh5tools 0.8.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 10,124 kB
  • ctags: 443
  • sloc: python: 1,973; makefile: 186; ansic: 86; sh: 1
file content (62 lines) | stat: -rw-r--r-- 2,220 bytes parent folder | download | duplicates (2)
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
54
55
56
57
58
59
60
61
62
Source: pbh5tools
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>
Build-Depends: debhelper (>= 9),
	       dh-python,
	       python,
	       python-setuptools,
	       python-pbcore,
	       python-sphinx,
               python-nose,
	       python-cram,
Standards-Version: 3.9.7
Homepage: https://github.com/PacificBiosciences/pbh5tools
Vcs-Git: https://anonscm.debian.org/git/debian-med/pbh5tools.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/pbh5tools.git

Package: pbh5tools
Architecture: all
Depends:
	${misc:Depends},
	${python:Depends},
	python-pbh5tools (>= ${binary:Version}),
	python-pkg-resources,
Description: tools for manipulating Pacific Biosciences HDF5 files
 This package provides functionality for manipulating and extracting data
 from cmp.h5 and bas.h5 files produced by the Pacific Biosciences sequencers.
 cmp.h5 files contain alignment information while bas.h5 files contain
 base-call information.
 .
 This package is part of the SMRTAnalysis suite.

Package: python-pbh5tools
Section: python
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends},
	 ${python:Depends},
Description: tools for manipulating Pacific Biosciences HDF5 files -- Python 2 library
 This package provides functionality for manipulating and extracting data
 from cmp.h5 and bas.h5 files produced by the Pacific Biosciences sequencers.
 cmp.h5 files contain alignment information while bas.h5 files contain
 base-call information.
 .
 pbh5tools is part of the SMRTAnalysis suite. This package provides the
 Python 2 backend library

Package: python-pbh5tools-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
	 libjs-jquery,
	 libjs-underscore
Description: tools for manipulating HDF5 files produced by Pacific Biosciences (doc)
 This package provides functionality for manipulating and extracting data
 from cmp.h5 and bas.h5 files produced by the Pacific Biosciences sequencers.
 cmp.h5 files contain alignment information while bas.h5 files contain
 base-call information.
 .
 pbh5tools is part of the SMRTAnalysis suite. This package provides the
 API documentation