pybigwig 0.3.22+dfsg-1build3 source package in Ubuntu

Changelog

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

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 18:17:00 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
pybigwig_0.3.22+dfsg.orig.tar.gz 30.9 KiB 80807fa4bf3ccb42661f38857a437abe9ba3bcc3d79590c28c582a3ec71b75d2
pybigwig_0.3.22+dfsg-1build3.debian.tar.xz 4.3 KiB 05ec0a0f2148d7bc10f58fdbc2b3d77a3f900fd6224b095b4dfe340c9c7d8802
pybigwig_0.3.22+dfsg-1build3.dsc 2.2 KiB 85df3f7fa560e3b1189d2b2cf3927eee1209bebe773d864b17f4b66d2dd4349e

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