#htslib #Bioinformatics #GenomicsIO
@yokofakun any idea what is the fastest method to get the nth bcf record using htslib or bcftools.h without explicit loops? (trying out something similar to your project https://github.com/lindenb/rbcf but with ALTREP)
I guess it is possible to guess which block to (lazy) parse if one know the blocks offsets and number of records per block