zaeleus / noodles

Bioinformatics I/O libraries in Rust
MIT License
512 stars 53 forks source link

bgzf/async/reader: Add seeking to an uncompressed position #273

Closed zaeleus closed 4 months ago

zaeleus commented 5 months ago

It seems like the Async reader [...] BGZF is missing some capabilities that the synchronous code has. [...] I couldn't figure out a way to seek to a particular sequence in a BGZF-compressed fasta with the async readers.

Originally posted by @andypohl in https://github.com/zaeleus/noodles/discussions/272