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
|
Source: pbbarcode
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
dh-python,
python-setuptools,
python3-docutils,
python-all-dev,
python-pbcore,
python-numpy,
python-h5py,
# Test-Depends:
python-nose,
pbh5tools
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/pbbarcode
Vcs-Git: https://salsa.debian.org/med-team/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.
|