[Debian-med-packaging] Bug#962790: ITP: python-pairix -- 1D/2D indexing and querying with a pair of genomic coordinates
Andreas Tille
tille at debian.org
Sun Jun 14 07:32:14 BST 2020
Package: wnpp
Severity: wishlist
Subject: ITP: python-pairix -- 1D/2D indexing and querying with a pair of genomic coordinates
Package: wnpp
Owner: Andreas Tille <tille at debian.org>
Severity: wishlist
* Package name : python-pairix
Version : 0.3.7
Upstream Author : Soo Lee
* URL : https://github.com/4dn-dcic/pairix
* License : MIT
Programming Lang: C
Description : 1D/2D indexing and querying with a pair of genomic coordinates
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.
Remark: This package is maintained by Debian Med Packaging Team at
https://salsa.debian.org/med-team/python-pairix
More information about the Debian-med-packaging
mailing list