Open nh13 opened 2 years ago
See: http://www.htslib.org/doc/bgzip.html. This should not be too hard if you keep the uncompressed and compressed byte offset of each block you are processing. Right now, I have to use bgzip to create the index.
bgzip
I do really want this and just haven't gotten around to it / needed it myself yet.
Maybe I’ll make a PR
See: http://www.htslib.org/doc/bgzip.html. This should not be too hard if you keep the uncompressed and compressed byte offset of each block you are processing. Right now, I have to use
bgzip
to create the index.