-
Beta Was this translation helpful? Give feedback.
Answered by
zaeleus
Nov 18, 2024
Replies: 1 comment
-
noodles tends to separate data from its at-rest form. You can use the CIGAR field writer to serialize operations into a SAM record CIGAR string. See the example at |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kaizhang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
noodles tends to separate data from its at-rest form. You can use the CIGAR field writer to serialize operations into a SAM record CIGAR string. See the example at
noodles::sam::io::writer::record::write_cigar
.