golang-github-brentp-bix 0.0~git20190718.00aa7a7+ds-2 source package in Ubuntu

Changelog

golang-github-brentp-bix (0.0~git20190718.00aa7a7+ds-2) unstable; urgency=medium

  * Source-only upload for testing migration. 

 -- Nilesh Patra <email address hidden>  Sun, 12 Jul 2020 00:23:50 +0530

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-brentp-bix_0.0~git20190718.00aa7a7+ds-2.dsc 2.5 KiB c4a68e2c29991f4aa38a299dc080bdae7eb5db679c3c6dab9145d1a7f6138d62
golang-github-brentp-bix_0.0~git20190718.00aa7a7+ds.orig.tar.xz 442.7 KiB 9b179c7df463e436f8e1f550f7a5cb34cd568e5a96b84e256f88c383a42aab81
golang-github-brentp-bix_0.0~git20190718.00aa7a7+ds-2.debian.tar.xz 3.0 KiB 1efe8101879ab5cff59019f7f6c4b1ca3a0e7c8cde2fd5cc2f30473ec51efc77

No changes file available.

Binary packages built by this source

golang-github-brentp-bix-dev: Tabix file access with golang using biogo machinery (library)

 Bixis a pure go tabix reader. Tabix has a minimum resolution of 16K
 bases. So, for dense annotations like ExAC, repeated queries will have to
 re-parse the same intervals. To mitigate this, Bix caches all annotations
 for the blocks from each query and re-uses them for later queries to
 the same block. In practice, this results in 10X-100X speedup for any
 type of data.