htslib 1.6-4 source package in Ubuntu

Changelog

htslib (1.6-4) unstable; urgency=medium

  * Fix autopkgtest: Ship new files win/rand.c and win/rand.h
    in htslib-test (Closes: #866137)

 -- Graham Inggs <email address hidden>  Thu, 21 Dec 2017 15:03:36 +0000

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.6-4.dsc 2.2 KiB 0aab7c74ee83fd5dd75b8d23782833904f760380a9fdcc0e364da0c32c2e0eee
htslib_1.6.orig.tar.gz 1.1 MiB 4215c9153c27603cbaaf542f2ec128c5e839380d6df6edd4dbf67955170740c6
htslib_1.6-4.debian.tar.xz 13.1 KiB 39a4c4568aa437cce6dcb45427c5f167383baef09793d1effb86619eb83e599a

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.

libhts-private-dev: private development files for the HTSlib (use with care)

 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 private header files for the HTSlib. They are *not*
 intended for general use but libseqlib needs these files.

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