Source: golang-github-biogo-hts Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Shengjing Zhu Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-ulikunitz-xz-dev, golang-gopkg-check.v1-dev Standards-Version: 4.5.0 Homepage: https://github.com/biogo/hts Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-biogo-hts Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-biogo-hts.git XS-Go-Import-Path: github.com/biogo/hts Rules-Requires-Root: no Testsuite: autopkgtest-pkg-go Package: golang-github-biogo-hts-dev Architecture: all Depends: golang-github-ulikunitz-xz-dev, ${misc:Depends}, ${shlibs:Depends} Description: 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.