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

Changelog

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

  * New upstream version 1.4.5+dfsg1
  * Bump Standards-Version to 4.7.0 (no changes needed)
  * Add patch to fixup tests

 -- Nilesh Patra <email address hidden>  Sun, 07 Jul 2024 17:57:44 +0530

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-biogo-hts_1.4.5+dfsg1-1.dsc 1.7 KiB 9674e418db4c378b1efe02410b73bb942564b8dcd7c9915e9318254baae3c797
golang-github-biogo-hts_1.4.5+dfsg1.orig.tar.xz 314.9 KiB 6ff4a7eb8601e18f24c52fc045c0200f010b1525b9f4b1437104a911595457e1
golang-github-biogo-hts_1.4.5+dfsg1-1.debian.tar.xz 4.3 KiB 6fca12a092a8a20877db8db15fe4a2f57713e3d48676469ef81e28fa2aefb1c4

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.