htslib 1.5-4 source package in Ubuntu

Changelog

htslib (1.5-4) unstable; urgency=medium

  * Fix build on i386 (Thanks to Graham Inggs <email address hidden>)
    Closes: #881149

 -- Andreas Tille <email address hidden>  Mon, 20 Nov 2017 22:42:09 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
htslib_1.5-4.dsc 2.2 KiB 120a375f2b77b0a79833ff78b2880b69bc8474d948b887182f0f296ac2e00ae7
htslib_1.5.orig.tar.gz 1.1 MiB 237b16c204e45c1e3a3d8b60eab2102d15b0bba81951ebd3a8a36b723a279ee0
htslib_1.5-4.debian.tar.xz 13.5 KiB e0a482530543679d16154987589122ba0b61978e146aac9a6dc0c9ae489b0119

Available diffs

No changes file available.

Binary packages built by this source

htslib-test: Test data for HTSlib

 HTSlib is an implementation of a unified C library for accessing common file
 formats, such as SAM (Sequence Alignment/Map), CRAM and VCF (Variant Call
 Format), used for high-throughput sequencing data, and is the core library
 used by samtools and bcftools. HTSlib only depends on zlib. It is known to be
 compatible with gcc, g++ and clang.
 .
 HTSlib implements a generalized BAM (binary SAM) index, with file extension
 ‘csi’ (coordinate-sorted index). The HTSlib file reader first looks for the
 new index and then for the old if the new index is absent.
 .
 This package contains test files and scripts for the HTSlib.

libhts-dev: development files for the HTSlib

 HTSlib is an implementation of a unified C library for accessing common file
 formats, such as SAM (Sequence Alignment/Map), CRAM and VCF (Variant Call
 Format), used for high-throughput sequencing data, and is the core library
 used by samtools and bcftools. HTSlib only depends on zlib. It is known to be
 compatible with gcc, g++ and clang.
 .
 HTSlib implements a generalized BAM (binary SAM) index, with file extension
 ‘csi’ (coordinate-sorted index). The HTSlib file reader first looks for the
 new index and then for the old if the new index is absent.
 .
 This package contains development files for the HTSlib: headers, static
 library, manual pages, etc.

libhts2: C library for high-throughput sequencing data formats

 HTSlib is an implementation of a unified C library for accessing common file
 formats, such as SAM (Sequence Alignment/Map), CRAM and VCF (Variant Call
 Format), used for high-throughput sequencing data, and is the core library
 used by samtools and bcftools. HTSlib only depends on zlib. It is known to be
 compatible with gcc, g++ and clang.
 .
 HTSlib implements a generalized BAM (binary SAM) index, with file extension
 ‘csi’ (coordinate-sorted index). The HTSlib file reader first looks for the
 new index and then for the old if the new index is absent.

libhts2-dbgsym: debug symbols for libhts2
tabix: generic indexer for TAB-delimited genome position files

 Tabix indexes files where some columns indicate sequence coordinates: name
 (usually a chromosome), start and stop. The input data file must be position
 sorted and compressed by bgzip (provided in this package), which has a gzip
 like interface. After indexing, tabix is able to quickly retrieve data lines by
 chromosomal coordinates. Fast data retrieval also works over network if an URI
 is given as a file name.
 .
 This version of tabix is built from the HTSlib source.

tabix-dbgsym: debug symbols for tabix