maragkakislab/samql

Enable efficient range queries for indexed BAM files

Closed this issue · 0 comments

When doing a range query on an indexed BAM file it would be nice to use the index to optimize the query. Currently it just loops through the records and filters them.