pybigwig 0.3.22+dfsg-1build1 source package in Ubuntu

Changelog

pybigwig (0.3.22+dfsg-1build1) noble; urgency=medium

  * No-change rebuild to build with python3.12 as supported.

 -- Matthias Klose <email address hidden>  Thu, 02 Nov 2023 09:23:53 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pybigwig_0.3.22+dfsg.orig.tar.gz 30.9 KiB 80807fa4bf3ccb42661f38857a437abe9ba3bcc3d79590c28c582a3ec71b75d2
pybigwig_0.3.22+dfsg-1build1.debian.tar.xz 4.2 KiB 836d09a75d7caea3c97fd2dc4369f2f842b1704075a8477024c739454a3c385f
pybigwig_0.3.22+dfsg-1build1.dsc 2.1 KiB b6329684ff59ce771878e25ce86a1ce3709033ef585181277f6596598f6c1bbb

View changes file

Binary packages built by this source

python3-pybigwig: Python 3 module for quick access to bigBed and bigWig files

 This is a Python extension, written in C, for quick access to bigBed files,
 and access to and creation of bigWig files.
 .
 The bigWig format was originally created in the context of genome
 browsers. There, computing exact summary statistics for a given interval
 is less important than quickly being able to compute an approximate
 statistic. Because of this, bigWig files contain not only interval-value
 associations, but also `sum of values`/`sum of squared values`/`minimum
 value`/`maximum value`/`number of bases covered` for equally sized
 bins of various sizes. These different sizes are referred to as "zoom
 levels". The smallest zoom level has bins that are 16 times the mean
 interval size in the file and each subsequent zoom level has bins 4 times
 larger than the previous. This methodology is used in Kent's tools and,
 therefore, likely used in almost every currently existing bigWig file.
 .
 When a bigWig file is queried for a summary statistic, the size of the
 interval is used to determine whether to use a zoom level and, if so,
 which one. The optimal zoom level is that which has the largest bins no
 more than half the width of the desired interval. If no such zoom level
 exists, the original intervals are instead used for the calculation.

python3-pybigwig-dbgsym: debug symbols for python3-pybigwig