You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition, I also noticed some slight differences in function naming schemes between SAM/BAM and CRAM. For example, the SAM and BAM async Writers have a write_header function, however, the reciprocal CRAM function is write_file_header - not sure if this was intended though.
Originally posted by @mbhall88 in #292 (comment)
The async CRAM writer is missing the equivalent of
cram::io::Writer::write_header
.The text was updated successfully, but these errors were encountered: