zaeleus / noodles

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

Add underlying reader access for CRAM `AsyncReader` #220

Closed mmalenic closed 8 months ago

mmalenic commented 8 months ago

Similar to the other readers in noodles, it would be good to have access to the underlying reader for the CRAM AsyncReader, i.e. get_ref, get_mut and into_inner.

zaeleus commented 8 months ago

Thanks for reporting! They're added in 8de299b7baf18f117d3c19e866dd6db06a66e27b.