grabix 0.1.7-4 source package in Ubuntu

Changelog

grabix (0.1.7-4) unstable; urgency=medium

  * Team upload.
  * Fix watch file
  * Standards-Version: 4.6.1 (routine-update)

 -- Andreas Tille <email address hidden>  Fri, 18 Nov 2022 12:39:10 +0100

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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
grabix_0.1.7-4.dsc 2.0 KiB 82d9d590dac10efd80aea7054a8562a33b07997263716804e9528ee57f501307
grabix_0.1.7.orig.tar.gz 617.4 KiB d90735c55c0985a4d751858d7ce9e36ad534fff4103257e8e981e34d5c915b28
grabix_0.1.7-4.debian.tar.xz 16.9 KiB f35495b062c4d106d31cf16f07ea09aa407661f931b1330eb481e4d49b9fa3c0

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