zaeleus / noodles

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

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

Closed zaeleus closed 1 month ago

zaeleus commented 1 month 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