Group LocalChainingTags
Tags for selecting local chaining algorithms.

Grouped Tags Overview

Grouped Tags Detail

typedef Tag<Chaos_> Chaos;

Defined in
<seqan/seeds.h>
Chain to other seed using CHAOS chaining condition.

typedef Tag<Merge_> Merge;

Defined in
<seqan/seeds.h>
Try to merge with existing seed.

typedef Tag<SimpleChain_> SimpleChain;

Defined in
<seqan/seeds.h>
Chain to other seed by simple chaining.

typedef Tag<Single_> Single;

Defined in
<seqan/seeds.h>
Force adding without chaining.