Function
calculateInsertSizes
Calculates a string with insert sizes for each pair match.
Include Headers
seqan/store.h
Parameters
|  The resulting string of insert sizes. Remarks: This string is accordingly resized and can be addressed by the  | |
|  The fragment store. Types:  FragmentStore | 
Remarks
 This function calls compactPairMatchIds first and calculate the insert size for every pair match.
The insert size of a pair match is the outer distance between the two matches.
SeqAn - Sequence Analysis Library - www.seqan.de