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
|
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>
Section: python
XS-Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all-dev,
python-setuptools,
cython,
zlib1g-dev,
samtools (>= 0.1.19)
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/python-pysam.git
Vcs-Git: git://anonscm.debian.org/debian-med/python-pysam.git
Homepage: https://github.com/pysam-developers/pysam
X-Python-Version: >= 2.6
Package: python-pysam
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends},
python-pyrex
Description: interface for the SAM/BAM sequence alignment and mapping format
Pysam is a Python module for reading and manipulating Samfiles. It's a
lightweight wrapper of the samtools C-API.
Package: python-pysam-tests
Architecture: all
Priority: extra
Enhances: python-pysam
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends},
python,
python-pysam,
python-pyrex
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.
.
This package contains the data provided by upstream to run the pysam
test suite.
|