Add support for meta-operations to BAM record

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
operations-fix
parent de252188e8
commit 42b1063f51
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -447,6 +447,8 @@ function alignment(record::Record)::BioAlignments.Alignment
seqpos += len
elseif BioAlignments.isdeleteop(op)
refpos += len
elseif BioAlignments.ismetaop(op)
# Prevent error, but don't move ref or seq pos
else
error("operation $(op) is not supported")
end

Loading…
Cancel
Save