fn() assignSeq
Extracts the sequence part of a sequence file fragment.

Defined in <seqan/file.h>
Signature void assignSeq(sequence, seqFragment, formatTag);

Parameters

sequence The resulting sequence of the fragment. Type: String.
seqFragment A sequence file fragment. Type: SequenceConcept.
formatTag A file format tag. Type: FileFormatTag.

Detailed Description

Remarks

After calling split on a ConcatDirectStringSet to dvide a file into fragments, this function can be used to extract the sequence of every fragment in the StringSet.