golang-github-biogo-hts 1.4.4+dfsg1-1 source package in Ubuntu

Changelog

golang-github-biogo-hts (1.4.4+dfsg1-1) unstable; urgency=medium

  * New upstream version 1.4.4+dfsg1

 -- Shengjing Zhu <email address hidden>  Sun, 21 Aug 2022 19:54:05 +0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-biogo-hts_1.4.4+dfsg1-1.dsc 1.7 KiB dfa47c56f630c156831488335204fe825ffcf235db7016bd919a4d9a9a17b681
golang-github-biogo-hts_1.4.4+dfsg1.orig.tar.xz 318.1 KiB b0663f786df8bc9e1a3861e7e0baaf886f15b4f9c06ddb7e040bd807a7721bf7
golang-github-biogo-hts_1.4.4+dfsg1-1.debian.tar.xz 4.0 KiB 8b9437c4405a7e19a7cedfc46874a55b3c65acb92561137676307c00e87dcfbd

Available diffs

No changes file available.

Binary packages built by this source

golang-github-biogo-hts-dev: biogo high throughput sequencing repository

 SAM and BAM handling for the Go language.
 .
 bíogo/hts provides a Go native implementation of the SAM specification for
 SAM and BAM alignment formats commonly used for representation of high
 throughput genomic data, the BAI, CSI and tabix indexing formats, and the BGZF
 blocked compression format. The bíogo/hts packages perform parallelized read
 and write operations and are able to cache recent reads according to
 user-specified caching methods. The bíogo/hts APIs have been constructed to
 provide a consistent interface to sequence alignment data and the underlying
 compression system in order to aid ease of use and tool development.