SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
seqan3::doxygen Namespace Reference

This is a workaround for doxygen to define re-usable shared fragments / snippets between documentation. More...

Typedefs

using cigar_operation_table = void
 

Detailed Description

This is a workaround for doxygen to define re-usable shared fragments / snippets between documentation.

See also
https://github.com/doxygen/doxygen/issues/8390

Typedef Documentation

◆ cigar_operation_table

OP Description
M Alignment match (can be a sequence match or mismatch, used only in basic CIGAR representations)
I Insertion to the reference
D Deletion from the reference
N Skipped region from the reference
S Soft clipping (clipped sequences present in seqan3::sam_record::sequence)
H Hard clipping (clipped sequences NOT present in seqan3::sam_record::sequence)
P Padding (silent deletion from padded reference)
= Sequence match
X Sequence mismatch