fn() orderOccurrences
Sorts a string of occurrences.

Defined in <seqan/index.h>
Signature void orderOccurrences(occString);

Parameters

occString String of occurrences.

Detailed Description

The occurrences are sorted by increasing positions.

Data Races

If not stated otherwise, concurrent invocation is not guaranteed to be thread-safe.

See Also