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
|
Source: python-py2bit
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>,
Étienne Mollier <emollier@debian.org>
Build-Depends: debhelper-compat (= 13),
architecture-is-little-endian,
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all-dev:native,
libpython3-all-dev,
python3-setuptools
Standards-Version: 4.7.0
Homepage: https://github.com/deeptools/py2bit/
Vcs-Browser: https://salsa.debian.org/med-team/python-py2bit
Vcs-Git: https://salsa.debian.org/med-team/python-py2bit.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-py2bit
Section: python
Architecture: any
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: access to 2bit files
From https://genome.ucsc.edu/FAQ/FAQformat.html#format7:
A .2bit file stores multiple DNA sequences (up to 4 Gb total) in a
compact randomly-accessible format. The file contains masking information
as well as the DNA itself.
|