Hi @zaeleus ,
Does noodles-bam provide any public API to modify other record fields (QNAME, sequence, flags, etc.)? I’m exploring noodles-bam and noticed that the Record struct encapsulates its internal fields, and fields_mut() is pub(crate). I would like to programmatically modify the content of a BAM record.
Thanks!