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
|
Source: python-intervaltree-bio
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 12~),
dh-python,
python-all,
python-setuptools,
python-intervaltree,
python3-all,
python3-setuptools,
python3-intervaltree,
# Test-Depends:
python-pytest,
python3-pytest
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/python-intervaltree-bio
Vcs-Git: https://salsa.debian.org/med-team/python-intervaltree-bio.git
Homepage: https://github.com/konstantint/intervaltree-bio
Package: python-intervaltree-bio
Architecture: all
Depends: ${misc:Depends},
${python:Depends}
Description: Interval tree convenience classes for genomic data -- Python 2 library
Convenience classes for loading UCSC genomic annotation records into
a set of interval tree data structures.
.
This package provides the Python 2 library.
Package: python3-intervaltree-bio
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: Interval tree convenience classes for genomic data -- Python 3 library
Convenience classes for loading UCSC genomic annotation records into
a set of interval tree data structures.
.
This package provides the Python 3 library.
|