Mj23366 e057be831f first commit пре 1 година
..
cram e057be831f first commit пре 1 година
htslib e057be831f first commit пре 1 година
.cproject e057be831f first commit пре 1 година
.project e057be831f first commit пре 1 година
.travis.yml e057be831f first commit пре 1 година
CMakeLists.txt e057be831f first commit пре 1 година
Makefile e057be831f first commit пре 1 година
README.md e057be831f first commit пре 1 година
README.nvbio e057be831f first commit пре 1 година
bgzf.c e057be831f first commit пре 1 година
bgzip.c e057be831f first commit пре 1 година
config.h e057be831f first commit пре 1 година
faidx.5 e057be831f first commit пре 1 година
faidx.c e057be831f first commit пре 1 година
hfile.c e057be831f first commit пре 1 година
hfile_internal.h e057be831f first commit пре 1 година
hfile_net.c e057be831f first commit пре 1 година
hts.c e057be831f first commit пре 1 година
htslib.mk e057be831f first commit пре 1 година
htslib_vars.mk e057be831f first commit пре 1 година
kfunc.c e057be831f first commit пре 1 година
knetfile.c e057be831f first commit пре 1 година
kstring.c e057be831f first commit пре 1 година
sam.5 e057be831f first commit пре 1 година
sam.c e057be831f first commit пре 1 година
synced_bcf_reader.c e057be831f first commit пре 1 година
tabix.1 e057be831f first commit пре 1 година
tabix.c e057be831f first commit пре 1 година
tbx.c e057be831f first commit пре 1 година
vcf.5 e057be831f first commit пре 1 година
vcf.c e057be831f first commit пре 1 година
vcf_sweep.c e057be831f first commit пре 1 година
vcfutils.c e057be831f first commit пре 1 година
version.h e057be831f first commit пре 1 година

README.md

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.