ryanlayer/gqt

How best to extract BCF records based on result of WAH query?

Closed this issue · 1 comments

How best to extract BCF records based on result of WAH query?

We currently stream through each line of the file. It may be better to jump lines when there are large gaps, but we need to either 1) get more direct access to the BCF compressed blocks, including the number of records per block, or 2) match chr/pos with lines to use the bcf streaming api.