Group Segment Match Generation Tags
Tags specifying how to generate segment matches.

Grouped Tags Overview

Grouped Tags Detail

typedef Tag<GlobalPairwiseLibrary_> const GlobalPairwiseLibrary;

Defined in
<seqan/graph_msa.h>
Segment matches from pairwise global alignment.

typedef Tag<KmerLibrary_> const KmerLibrary;

Defined in
<seqan/graph_msa.h>
Segment matches from pairwise k-mer library.

typedef Tag<LcsLibrary_> const LcsLibrary;

Defined in
<seqan/graph_msa.h>
Segment matches from pairwise longest common subsequence comparison.

LocalPairwiseLibrary

Defined in
<seqan/graph_msa.h>
Segment matches from pairwise local alignment.