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
|
Source: python-screed
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <crusoe@ucdavis.edu>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9.0.0),
dh-python,
python,
python-sphinx,
python-setuptools,
python-nose,
python-bz2file,
python3-all,
python3-setuptools,
python3-sphinx,
python3-nose,
python3-bz2file
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-screed.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/python-screed.git
Homepage: https://screed.readthedocs.org
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Package: python-screed
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
${sphinxdoc:Depends}
Description: short nucleotide read sequence utils in Python 2
Screed parses FASTA and FASTQ files, generates databases, and lets you query
these databases. Values such as sequence name, sequence description, sequence
quality, and the sequence itself can be retrieved from these databases.
.
This is the Python 2 version.
Package: python3-screed
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
${sphinxdoc:Depends}
Description: short nucleotide read sequence utils in Python 3
Screed parses FASTA and FASTQ files, generates databases, and lets you query
these databases. Values such as sequence name, sequence description, sequence
quality, and the sequence itself can be retrieved from these databases.
.
This is the Python 3 version.
|