Mj23366 e057be831f first commit 1 gadu atpakaļ
..
cram e057be831f first commit 1 gadu atpakaļ
htslib e057be831f first commit 1 gadu atpakaļ
.cproject e057be831f first commit 1 gadu atpakaļ
.project e057be831f first commit 1 gadu atpakaļ
.travis.yml e057be831f first commit 1 gadu atpakaļ
CMakeLists.txt e057be831f first commit 1 gadu atpakaļ
Makefile e057be831f first commit 1 gadu atpakaļ
README.md e057be831f first commit 1 gadu atpakaļ
README.nvbio e057be831f first commit 1 gadu atpakaļ
bgzf.c e057be831f first commit 1 gadu atpakaļ
bgzip.c e057be831f first commit 1 gadu atpakaļ
config.h e057be831f first commit 1 gadu atpakaļ
faidx.5 e057be831f first commit 1 gadu atpakaļ
faidx.c e057be831f first commit 1 gadu atpakaļ
hfile.c e057be831f first commit 1 gadu atpakaļ
hfile_internal.h e057be831f first commit 1 gadu atpakaļ
hfile_net.c e057be831f first commit 1 gadu atpakaļ
hts.c e057be831f first commit 1 gadu atpakaļ
htslib.mk e057be831f first commit 1 gadu atpakaļ
htslib_vars.mk e057be831f first commit 1 gadu atpakaļ
kfunc.c e057be831f first commit 1 gadu atpakaļ
knetfile.c e057be831f first commit 1 gadu atpakaļ
kstring.c e057be831f first commit 1 gadu atpakaļ
sam.5 e057be831f first commit 1 gadu atpakaļ
sam.c e057be831f first commit 1 gadu atpakaļ
synced_bcf_reader.c e057be831f first commit 1 gadu atpakaļ
tabix.1 e057be831f first commit 1 gadu atpakaļ
tabix.c e057be831f first commit 1 gadu atpakaļ
tbx.c e057be831f first commit 1 gadu atpakaļ
vcf.5 e057be831f first commit 1 gadu atpakaļ
vcf.c e057be831f first commit 1 gadu atpakaļ
vcf_sweep.c e057be831f first commit 1 gadu atpakaļ
vcfutils.c e057be831f first commit 1 gadu atpakaļ
version.h e057be831f first commit 1 gadu atpakaļ

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.