fn() sortAlignedReads
Stably read alignments, e.g. in alignedReadStore.

Defined in <seqan/store.h>
Signature void sortAlignedReads(alignStore, sortTag); void sortAlignedReads(alignStore, lessFunctor);

Parameters

alignStore The sequence of AlignedReadStoreElement to be sorted, e.g. alignedReadStore.
sortTag Tag for selecting the member to sort by. See SortAlignedReadTags.
lessFunctor A functor to pass to std::stable_sort for sorting the sequence.

Data Races

Thread safety unknown!

See Also