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 74 75 76 77 78 79 80 81 82 83 84 85 86
|
Source: python-pbcore
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 12),
dh-python,
python-all,
python-setuptools,
python-h5py (>= 2.0.1),
python-numpy (>= 1.7.1),
python-pysam (>= 0.13),
python3-sphinx <!nodoc>,
python-nose (>= 1.3.4) <!nocheck>,
python-pyxb (>= 1.2.4) <!nocheck>,
python-uritools <!nocheck>,
# python-parse,
pylint,
python-coverage,
# python3-all,
# python3-setuptools,
# python3-h5py (>= 2.0.1),
# python3-numpy (>= 1.7.1),
# python3-pysam (>= 0.13),
# python3-nose (>= 1.3.4) <!nocheck>,
# python3-pyxb (>= 1.2.4) <!nocheck>,
# python3-uritools <!nocheck>,
# pylint3,
# python3-coverage
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/python-pbcore
Vcs-Git: https://salsa.debian.org/med-team/python-pbcore.git
Homepage: https://github.com/PacificBiosciences/pbcore
Package: python-pbcore
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-pkg-resources
Recommends: python-h5py
Suggests: python-pbcore-doc (= ${source:Version})
Description: Python 2 library for processing PacBio data files
The pbcore package provides Python modules for processing Pacific Biosciences
data files and building PacBio bioinformatics applications. These modules
include tools to read/write PacBio data formats, sample data files for
testing and debugging, base classes, and utilities for building bioinformatics
applications.
.
This package is part of the SMRTAnalysis suite.
.
This is the Python 2 module.
#Package: python3-pbcore
#Architecture: all
#Depends: ${misc:Depends},
# ${python3:Depends},
# python3-pkg-resources
#Recommends: python3-h5py
#Suggests: python-pbcore-doc (= ${source:Version})
#Description: Python 3 library for processing PacBio data files
# The pbcore package provides Python modules for processing Pacific Biosciences
# data files and building PacBio bioinformatics applications. These modules
# include tools to read/write PacBio data formats, sample data files for
# testing and debugging, base classes, and utilities for building bioinformatics
# applications.
# .
# This package is part of the SMRTAnalysis suite.
# .
# This is the Python 3 module.
Package: python-pbcore-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends},
libjs-jquery,
libjs-underscore
Description: Python library for processing PacBio data files (documentation)
The pbcore package provides Python modules for processing Pacific Biosciences
data files and building PacBio bioinformatics applications. These modules
include tools to read/write PacBio data formats, sample data files for
testing and debugging, base classes, and utilities for building bioinformatics
applications.
.
pbcore is part of the SMRTAnalysis suite. This package provides the common
documentation package.
|