htslib

C library for high-throughput sequencing data formats

Github stars Tracking Chart

Build Status
Build status
Github All Releases

HTSlib is an implementation of a unified C library for accessing common file
formats, such as SAM, CRAM and VCF, 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 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 project also includes the popular tabix indexer, which indexes both .tbi
and .csi formats, and the bgzip compression utility.

Building HTSlib

See INSTALL for complete details.
Release tarballs contain generated files that have not been
committed to this repository, so building the code from a Git repository
requires extra steps:

autoheader     # If using configure, generate the header template...
autoconf       # ...and configure script (or use autoreconf to do both)
./configure    # Optional but recommended, for choosing extra functionality
make
make install

Main metrics

Overview
Name With Ownersamtools/htslib
Primary LanguageC
Program languageC (Language Count: 8)
Platform
License:Other
所有者活动
Created At2012-05-15 19:34:48
Pushed At2025-05-01 08:41:43
Last Commit At2024-09-12 16:06:10
Release Count46
Last Release Name1.21 (Posted on 2024-09-12 16:18:43)
First Release Namestable1 (Posted on )
用户参与
Stargazers Count847
Watchers Count62
Fork Count448
Commits Count3.4k
Has Issues Enabled
Issues Count736
Issue Open Count137
Pull Requests Count845
Pull Requests Open Count29
Pull Requests Close Count290
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private