tabixpp

C++ wrapper library providing tabix indexing and querying functionality

brewmacoslinux
Try with needOr install directly
Source

About

C++ wrapper to tabix indexer

Commands

tabixpp

Examples

Index a bgzip-compressed VCF file$ tabixpp -p vcf input.vcf.gz
Query a specific genomic region from indexed file$ tabixpp input.vcf.gz chr1:1000000-2000000
Index a GFF format file with custom parameters$ tabixpp -p gff input.gff.gz