kojix2/ruby-htslib

seek rewind

kojix2 opened this issue · 0 comments

HTS::Bam and HTS::Bcf need to behave like Ruby file objects. That is, they should have methods to move the file pointer, like seek and rewind.

It seems that those methods can be implemented by using functions such as bgzf_seek and cram_seek.