htslib

C library for high-throughput sequencing data formats

Github星跟蹤圖

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

主要指標

概覽
名稱與所有者samtools/htslib
主編程語言C
編程語言C (語言數: 8)
平台
許可證Other
所有者活动
創建於2012-05-15 19:34:48
推送於2025-05-01 08:41:43
最后一次提交2024-09-12 16:06:10
發布數46
最新版本名稱1.21 (發布於 2024-09-12 16:18:43)
第一版名稱stable1 (發布於 )
用户参与
星數847
關注者數62
派生數448
提交數3.4k
已啟用問題?
問題數736
打開的問題數137
拉請求數845
打開的拉請求數29
關閉的拉請求數290
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?