1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
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>
Build-Depends: debhelper-compat (= 13), dh-python,
python3-all-dev, python3-setuptools
Standards-Version: 4.6.1
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-amd64 ppc64el any-ia64 arm64 armel armhf any-i386 mips64el mipsel alpha riscv64 sh4 x32
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.
|