1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: python-pairix
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
Étienne Mollier <emollier@debian.org>
Section: science
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all-dev,
python3-setuptools,
zlib1g-dev,
python3-pytest <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/python-pairix
Vcs-Git: https://salsa.debian.org/med-team/python-pairix.git
Homepage: https://github.com/4dn-dcic/pairix
Rules-Requires-Root: no
Package: python3-pairix
Architecture: any
Section: python
Depends: ${shlib:Depends},
${python3:Depends},
${misc:Depends}
Multi-Arch: same
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.
Package: python-pairix-examples
Architecture: all
Depends: ${misc:Depends}
Enhances: python3-pairix
Multi-Arch: foreign
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.
|