pyranges 0.0.111+ds-4 source package in Ubuntu

Changelog

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

  * Team upload.
  * Adapt to numpy 1.24
    Closes: #1028852
  * Standards-Version: 4.6.2 (routine-update)
  * No tab in license text (routine-update)

 -- Andreas Tille <email address hidden>  Sat, 14 Jan 2023 16:32:08 +0100

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyranges_0.0.111+ds-4.dsc 2.2 KiB 186842e4214b6b15eb16da9bd5bd62989dbdba8366c212f223b40bed4e750e51
pyranges_0.0.111+ds.orig.tar.xz 3.1 MiB b22a50cb9e0109c8c14720385a5e87bef029f491d4f3e02dbe492866802144d1
pyranges_0.0.111+ds-4.debian.tar.xz 79.6 KiB eb034fd5dfcc4d2a078beb1c3e521265d5d413997060c73b48c0a43514e6ac6d

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.