joshuak94 / BAMIntervalTree

BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Store file offsets. #14

Closed joshuak94 closed 3 years ago

joshuak94 commented 3 years ago

Currently, seqan3 does not provide a method for obtaining file offsets from records, or for seeking to a file offset from a sam_file_input object.

These will be added by https://github.com/seqan/seqan3/pull/2501 this pull request.

Then, we want to store file offsets and use them to reference reads.

joshuak94 commented 3 years ago

Resolved by #22

joshuak94 commented 3 years ago

Resolved by #19.