Group Tags for sortAlignedReads
Tags to select a specific field to sort the alignedReadStore by.

Grouped Tags Overview

See Also

Grouped Tags Detail

typedef Tag<SortBeginPos_> const SortBeginPos;

Defined in
<seqan/store.h>
Sort aligned reads by beginPos.

typedef Tag<SortContigId_> const SortContigId;

Defined in
<seqan/store.h>
Sort aligned reads by contigId.

typedef Tag<SortEndPos_> const SortEndPos;

Defined in
<seqan/store.h>
Sort aligned reads by endPos.

typedef Tag<SortId_> const SortId;

Defined in
<seqan/store.h>
Sort aligned reads by id.

typedef Tag<SortPairMatchId_> const SortPairMatchId;

Defined in
<seqan/store.h>
Sort aligned reads by pairMatchId.

typedef Tag<SortReadId_> const SortReadId;

Defined in
<seqan/store.h>
Sort aligned reads by readId.