Closed mmalenic closed 11 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.
AsyncReader
get_ref
get_mut
into_inner
Thanks for reporting! They're added in 8de299b7baf18f117d3c19e866dd6db06a66e27b.
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
andinto_inner
.