Source: pyranges Maintainer: Debian Med Packaging Team Uploaders: Steffen Moeller , Étienne Mollier Section: python Testsuite: autopkgtest-pkg-python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-setuptools, python3-all, python3-ncls , python3-pyrle , python3-pytest , python3-pytest-xdist , python3-sorted-nearest, python3-hypothesis, bedtools, samtools Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/med-team/pyranges Vcs-Git: https://salsa.debian.org/med-team/pyranges.git Homepage: https://github.com/biocore-ntnu/pyranges Rules-Requires-Root: no Package: python3-pyranges Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Suggests: python-pyranges-doc Description: 2D representation of genomic intervals and their annotations A PyRanges object must have the columns Chromosome, Start and End. These describe the genomic position and function as implicit row labels. A Strand column is optional and adds strand information to the intervals. Any other columns are allowed and are considered metadata. . The structure can be filled from .bed, .bam or .gff files, also from tabular or textual representations.