File: control

package info (click to toggle)
pbbarcode 0.8.0-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 280 kB
  • ctags: 124
  • sloc: python: 798; makefile: 186; ansic: 48; sh: 16
file content (39 lines) | stat: -rw-r--r-- 1,188 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
Source: pbbarcode
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@ghraoui.name>
Section: science
Priority: optional
Build-Depends:
	debhelper (>= 10),
	dh-python,
	python-setuptools,
	python3-docutils,
	python-all-dev,
	python-pbcore,
	python-numpy,
	python-h5py,
# Test-Depends:
	python-nose,
	pbh5tools,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/pbbarcode.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/pbbarcode.git
Homepage: https://github.com/PacificBiosciences/pbbarcode

Package: pbbarcode
Architecture: any
Depends:
	${misc:Depends},
	${shlibs:Depends},
	${python:Depends},
	python-pkg-resources,
Suggests:
	pbdagcon,
Description: annotate PacBio sequencing reads with barcode information
 The pbbarcode package provides tools for annotating PacBio sequencing reads
 with barcode information. Typically, pbbarcode is called in context of a
 SMRTPipe workflow as opposed to directly on the command line, however, users
 are encouraged to utilize the command-line utility directly, as more options
 are available.
 .
 This package is part of the SMRTAnalysis suite.