python-pairix 0.3.7-7 source package in Ubuntu

Changelog

python-pairix (0.3.7-7) unstable; urgency=medium

  * Team upload.
  * Packaging update
  * Standards-Version: 4.6.2 (routine-update)
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
  * d/clean: Remove samples.tar.xz (Closes: #1046425)
  * d/control: Add autopkgtest-pkg-pybuild testsuite
  * d/tests: Remove, run by pybuild autopkgtest
  * d/rules: Add hardening option
  * d/python3-pairix.lintian-overrides: Fix override for missing dependency
    on libc

 -- Lance Lin <email address hidden>  Tue, 05 Dec 2023 21:45:09 +0700

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-pairix_0.3.7-7.dsc 2.2 KiB 0d5148754ccd01134cdecb316ab73377b89d5a00577a5a018bb619126cd8a632
python-pairix_0.3.7.orig.tar.gz 167.3 MiB c0de5fb5baea2bf90a6179f9c81c911e2fb951b716b38574f73ac5b23ac84969
python-pairix_0.3.7-7.debian.tar.xz 4.6 KiB afb05512ddbde8a4ab178811daf798dd4f2ccb2d38e88bd698fc12f2289f4e47

No changes file available.

Binary packages built by this source

python-pairix-examples: 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.

python3-pairix: 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.

python3-pairix-dbgsym: debug symbols for python3-pairix