fn() assignQualId
Extracts the quality value id of a sequence file fragment.

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

Parameters

id The resulting quality value id of a sequence (e.g. Fastq Quality ID). Type: CharString.
seqFragment A sequence file fragment. Type: SequenceConcept.
formatTag A file format tag. Type: FileFormatTag.

Detailed Description

Remarks

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