pyranges 0.0.111+ds-2 source package in Ubuntu

Changelog

pyranges (0.0.111+ds-2) unstable; urgency=medium

  * Team upload.
  * d/control: tests depend on python3-pytest-xdist.
  * d/rules: enable parallel test runs for substantial runtime improvement.
    This is made possible by the new test dependency.  The objective is to
    help investigations related to pytest 7 regression in bug #1013703.
  * d/control: declare compliance to standards version 4.6.1.

 -- Étienne Mollier <email address hidden>  Mon, 04 Jul 2022 22:36:50 +0200

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyranges_0.0.111+ds-2.dsc 2.4 KiB 9d74a107822303b424104a7b9eb715b84b7c5e750e841d64a5c477cfd2a5a203
pyranges_0.0.111+ds.orig.tar.xz 3.1 MiB b22a50cb9e0109c8c14720385a5e87bef029f491d4f3e02dbe492866802144d1
pyranges_0.0.111+ds-2.debian.tar.xz 78.6 KiB a2b2d6ca00b37d55417c1af1b50e9fef2bc76bcb87b398454aa7bd0d6079f3d6

Available diffs

No changes file available.

Binary packages built by this source

python3-pyranges: 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.