Function
sortAlignedReads
Stably sort aligned reads.
Include Headers
seqan/store.h
Parameters
|  A sequence of AlignedReadStoreElement to be sorted, e.g. alignedReadStore. | |
|  Selects the field to sort by. Types:  sortAlignedRead Tags | |
|  STL-less functor to compare two AlignedReadStoreElements. | 
Remarks
 This function calls std::stable_sort  to sort alignStore .
SeqAn - Sequence Analysis Library - www.seqan.de