How to Install and Uninstall python-pairix-examples Package on Kali Linux

Last updated: May 20,2024

1. Install "python-pairix-examples" package

This is a short guide on how to install python-pairix-examples on Kali Linux

$ sudo apt update $ sudo apt install python-pairix-examples

2. Uninstall "python-pairix-examples" package

This tutorial shows how to uninstall python-pairix-examples on Kali Linux:

$ sudo apt remove python-pairix-examples $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pairix-examples package on Kali Linux

Package: python-pairix-examples
Source: python-pairix
Version: 0.3.7-7
Installed-Size: 168532
Maintainer: Debian Med Packaging Team
Architecture: all
Enhances: python3-pairix
Size: 172572140
SHA256: f36e40970ceae416462db6970719900326795a8d013f033f293f91a1e8a18737
SHA1: 99bdfd741d9492fbc6c8d7b7a85c726c1f639fd7
MD5sum: 3fe5328bff5e3d04383088fc9b08e01e
Description: 1D/2D indexing and querying with a pair of genomic coordinates (examples)
Pairix is a tool for indexing and querying on a block-compressed text
file containing pairs of genomic coordinates.
.
Pairix is a stand-alone C program that was written on top of tabix as a
tool for the 4DN-standard pairs file format describing Hi-C data:
pairs_format_specification.md
.
However, Pairix can be used as a generic tool for indexing and querying
any bgzipped text file containing genomic coordinates, for either 2D- or
1D- indexing and querying.
.
For example: given the custom text file below, you want to extract
specific lines from the Pairs file further below. An awk command would
read the Pairs file from beginning to end. Pairix creates an index and
uses it to access the file from a relevant position by taking advantage
of bgzf compression, allowing for a fast query on large files.
.
This package contains some example data to test the package.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/4dn-dcic/pairix
Section: science
Priority: optional
Filename: pool/main/p/python-pairix/python-pairix-examples_0.3.7-7_all.deb