fn() assignSeqId
Extracts the sequence id of a sequence file fragment.

Defined in <seqan/file.h>
Signature void assignSeqId(id, seqFragment, fragmentTag);

Parameters

id The resulting sequence id of the fragment. Type: CharString.
seqFragment A sequence file fragment. Type: CharString.
fragmentTag A flie format.

Detailed Description

Remarks

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