Function
setStepSize
Change the q-gram step size used for index creation.
Include Headers
seqan/index.h
Parameters
|  A q-gram index. Types:  IndexQGram | |
|  Store every  | 
Remarks
 The default step size of a q-gram index is 1, which corresponds to all overlapping q-grams.
To take effect of changing the stepSize  the q-gram index should be empty or recreated.
 A stepSize  of 0 corresponds to stepSize=length(indexShape(index)) , i.e. all non-overlapping q-grams.
See Also
SeqAn - Sequence Analysis Library - www.seqan.de