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
|
Source: python-pysam
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
Charles Plessy <plessy@debian.org>,
Andreas Tille <tille@debian.org>,
Afif Elghraoui <afif@debian.org>,
Section: python
Priority: optional
Build-Depends:
debhelper (>= 9),
dh-python,
libhts-dev (>= 1.3.2),
zlib1g-dev,
python-all-dev,
python-setuptools,
cython (>= 0.23),
python3-all-dev,
python3-setuptools,
cython3 (>= 0.23),
# Test-Depends
tabix,
samtools (>= 1.3.1),
bcftools (>= 1.3.1),
python-nose,
python3-nose,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-pysam.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/python-pysam.git
Homepage: http://pysam.readthedocs.org/en/latest
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
Package: python-pysam
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
${python:Depends},
Description: interface for the SAM/BAM sequence alignment and mapping format (Python 2)
Pysam is a Python module for reading and manipulating Samfiles. It's a
lightweight wrapper of the samtools C-API. Pysam also includes an interface
for tabix.
.
This package installs the module for Python 2.
Package: python3-pysam
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
${python3:Depends},
Description: interface for the SAM/BAM sequence alignment and mapping format (Python 3)
Pysam is a Python module for reading and manipulating Samfiles. It's a
lightweight wrapper of the samtools C-API. Pysam also includes an interface
for tabix.
.
This package installs the module for Python 3.
Package: python-pysam-tests
Architecture: all
Enhances: python-pysam
Depends: ${misc:Depends},
Description: interface for the SAM/BAM sequence alignment and mapping format (test data)
Pysam is a Python module for reading and manipulating Samfiles. It's a
lightweight wrapper of the samtools C-API. Pysam also includes an interface
for tabix.
.
This package contains the data provided by upstream to run the pysam
test suite.
|