BioJulia / XAM.jl

Parse and process SAM and BAM formatted files
MIT License
27 stars 13 forks source link

added method for handling different bam index types #56

Closed jonathanBieler closed 1 year ago

jonathanBieler commented 1 year ago

This refactor a bit the BAM Reader interface to accept an already open index. I had some code where opening the index was the bottleneck, I could probably have rewritten it a bit to avoid creating several Readers but it's still good to support that case I think.

Types of changes

This PR implements the following changes: (Please tick any or all of the following that are applicable)

:ballot_box_with_check: Checklist