How to Install and Uninstall python3-pybigwig Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "python3-pybigwig" package

This guide covers the steps necessary to install python3-pybigwig on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-pybigwig

2. Uninstall "python3-pybigwig" package

This is a short guide on how to uninstall python3-pybigwig on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-pybigwig $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pybigwig package on Ubuntu 21.10 (Impish Indri)

Package: python3-pybigwig
Architecture: amd64
Version: 0.3.17-1build4
Priority: optional
Section: universe/science
Source: pybigwig
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 169
Depends: python3-numpy (>= 1:1.16.0~rc1), python3-numpy-abi9, python3 (<< 3.10), python3 (>= 3.9~), python3:any, libbigwig0 (>= 0.4.4+dfsg), libc6 (>= 2.29), libpython3.9 (>= 3.9.0~b4)
Filename: pool/universe/p/pybigwig/python3-pybigwig_0.3.17-1build4_amd64.deb
Size: 35900
MD5sum: 1c9e00d1e0a6303b583f250957729cd2
SHA1: 0616694b43bad687433b0a087b9bdce6d243885f
SHA256: 52a8f369ce2a156bdbeacfbb47c3f79916b182f047dc662698c49dc19c692edc
SHA512: a0120912e5e42530bc5e81ea1b87991e4f5a6e9a450a96e990e2ac2830dd6668220c5ee1783171248ccf2b9f757b86cd929c0b8e25561e46bfa791b02329f67e
Homepage: https://github.com/dpryan79/pyBigWig
Description-en: 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.
Description-md5: dd8d1671ae07e140d59df9dd594e4df0