Function
removeGaps
Removes blanks from a gapped sequence.
Include Headers
seqan/align.h
Parameters
|  A gapped sequence. Types:  Gaps | |
|  The view position at which up to  | |
|  Number of blanks | 
Remarks
 This funcion removes up to count  blanks.
If there is no gap at position view_position  in gapped_sequence , nothing happens.
If there are only x < count  consecutive blanks starting at position view_position  in gappend_sequence , then only x  blanks are removed.
See Also
SeqAn - Sequence Analysis Library - www.seqan.de