File: control

package info (click to toggle)
pbgenomicconsensus 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 26,604 kB
  • ctags: 702
  • sloc: python: 4,659; makefile: 201; xml: 60; sh: 4
file content (64 lines) | stat: -rw-r--r-- 2,374 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
Source: pbgenomicconsensus
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,
	pandoc,
	python-pkg-resources,
	python-all,
	python-setuptools,
	python-pbconsensuscore (>= 1.0.1),
	python-pbcore (>= 1.2.9),
	python-pbcommand (>= 0.3.20),
	python-h5py (>= 2.0.1),
	python-numpy (>= 1.6.0),
# Test-Depends:
#	pbtestdata, (#832311)
	python-nose,
	python-cram,
Standards-Version: 3.9.8
Homepage: https://github.com/PacificBiosciences/GenomicConsensus
Vcs-Git: https://anonscm.debian.org/git/debian-med/pbgenomicconsensus.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/pbgenomicconsensus.git

Package: pbgenomicconsensus
Architecture: all
Depends:
	${misc:Depends},
	${python:Depends},
	python-pkg-resources,
	python-pbgenomicconsensus (= ${source:Version}),
Recommends: python-consensuscore2
Description: Pacific Biosciences variant and consensus caller
 The GenomicConsensus package provides Quiver, Pacific Biosciences'
 flagship consensus and variant caller. Quiver is an algorithm that finds
 the maximum likelihood template sequence given PacBio reads of the template.
 These reads are modeled using a conditional random field approach that
 prescribes a probability to a read given a template sequence. In addition to
 the base sequence of each read, Quiver uses several additional quality value
 covariates that the base caller provides.
 .
 This package is part of the SMRTAnalysis suite

Package: python-pbgenomicconsensus
Section: python
Architecture: all
Depends:
	${misc:Depends},
	${python:Depends},
Suggests:
	python-consensuscore2,
Description: Pacific Biosciences variant and consensus caller (Python 2)
 The GenomicConsensus package provides Quiver, Pacific Biosciences'
 flagship consensus and variant caller. Quiver is an algorithm that finds
 the maximum likelihood template sequence given PacBio reads of the template.
 These reads are modeled using a conditional random field approach that
 prescribes a probability to a read given a template sequence. In addition to
 the base sequence of each read, Quiver uses several additional quality value
 covariates that the base caller provides.
 .
 This package is part of the SMRTAnalysis suite and provides the Python 2
 backend library.