File: control

package info (click to toggle)
kineticstools 0.6.1%2B20161222-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 118,220 kB
  • ctags: 560
  • sloc: python: 3,960; makefile: 185; ansic: 129; xml: 19; sh: 16
file content (73 lines) | stat: -rw-r--r-- 2,712 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Source: kineticstools
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-all,
	python-setuptools,
	python-docutils,
	python-pbcore (>= 1.2.8),
	python-pbcommand (>= 0.3.22),
	python-numpy (>= 1.6.0),
	python-h5py (>= 1.3.0),
	python-scipy (>= 0.9.0),
# Test-Depends:
	python-nose,
Standards-Version: 3.9.8
Homepage: https://github.com/PacificBiosciences/kineticsTools
Vcs-Git: https://anonscm.debian.org/git/debian-med/kineticstools.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/kineticstools.git

Package: kineticstools
Architecture: all
Depends:
	${misc:Depends},
	${python:Depends},
	python-kineticstools (>= ${source:Version}),
	python-pkg-resources
Description: detection of DNA modifications
 Tools for detecting DNA modifications from single molecule, real-time (SMRT®)
 sequencing data. This tool implements the P_ModificationDetection module in
 SMRT® Portal, used by the RS_Modification_Detection and
 RS_Modifications_and_Motif_Detection protocol. Researchers interested in
 understanding or extending the modification detection algorithms can use these
 tools as a starting point.
 .
 This package is part of the SMRTAnalysis suite.

Package: kineticstools-data
Architecture: all
Depends: ${misc:Depends}
Description: detection of DNA modifications -- data files
 Tools for detecting DNA modifications from single molecule, real-time (SMRT®)
 sequencing data. This tool implements the P_ModificationDetection module in
 SMRT® Portal, used by the RS_Modification_Detection and
 RS_Modifications_and_Motif_Detection protocol. Researchers interested in
 understanding or extending the modification detection algorithms can use these
 tools as a starting point.
 .
 Kineticstools is part of the SMRTAnalysis suite.
 This package contains the package data files.

Package: python-kineticstools
Section: python
Architecture: any
Depends:
	${misc:Depends},
	${shlibs:Depends},
	${python:Depends},
	kineticstools-data (= ${source:Version}),
Suggests: python-pybigwig
Description: detection of DNA modifications (Python 2 library)
 Tools for detecting DNA modifications from single molecule, real-time (SMRT®)
 sequencing data. This tool implements the P_ModificationDetection module in
 SMRT® Portal, used by the RS_Modification_Detection and
 RS_Modifications_and_Motif_Detection protocol. Researchers interested in
 understanding or extending the modification detection algorithms can use these
 tools as a starting point.
 .
 This package is part of the SMRTAnalysis suite and contains the backend
 Python 2 library.