htslib

C library for reading/writing high-throughput sequencing data formats

brewmacoslinux
Try with needOr install directly
Source

About

C library for high-throughput sequencing data formats

Commands

bgziphtsfiletabix

Examples

Compress a VCF file with block gzip compression$ bgzip -c input.vcf > input.vcf.gz
Index a bgzipped VCF file for fast random access$ tabix -p vcf input.vcf.gz
Detect file format of a sequence data file$ htsfile input.bam