1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: golang-github-biogo-hts
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>
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.
|