grabix 0.1.7-2 source package in Ubuntu

Changelog

grabix (0.1.7-2) unstable; urgency=medium

  * Team upload.
  * Use 2to3 to port to Python3
    Closes: #936648
  * debhelper-compat 12
  * Standards-Version: 4.4.0

 -- Andreas Tille <email address hidden>  Wed, 11 Sep 2019 09:09:40 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
grabix_0.1.7-2.dsc 2.0 KiB f6915f31c68b12d23b6757df184d11b2890f2ca35918f4b0dabbdcf86c4046e4
grabix_0.1.7.orig.tar.gz 617.4 KiB d90735c55c0985a4d751858d7ce9e36ad534fff4103257e8e981e34d5c915b28
grabix_0.1.7-2.debian.tar.xz 16.6 KiB 5048642a0a6caf06c509118390318ef8ccdaf493b4f49791ae939c80ebb443c7

Available diffs

No changes file available.

Binary packages built by this source

grabix: wee tool for random access into BGZF files

 In biomedical research it is increasing practice to study
 the genetic basis of disease. This now frequently comprises
 the sequencing of human sequences. The output of the machine
 however is redundant, and the real sequence is the best
 sequence to explain the redundancy. The exchange of data
 happens only with compressed files - to huge and redundant
 to perform otherwise. One should avoid uncompression whenever
 possible.
 .
 grabix leverages the fantastic BGZF library of the samtools
 package to provide random access into text files that have
 been compressed with bgzip. grabix creates it's own index
 (.gbi) of the bgzipped file. Once indexed, one can extract
 arbitrary lines from the file with the grab command. Or
 choose random lines with the, well, random command.

grabix-dbgsym: debug symbols for grabix