Typedef AutoSeqStreamFormat
A TagSelector for SeqStreamFormats, the list of the currently implemented Sequence-Formats (in RecordReader/Stream-IO)

Defined in <seqan/seq_io.h>
Signature typedef TagSelector<SeqStreamFormats> AutoSeqStreamFormat;

Overview

Variables of this type an be passed to guessStreamFormat and will offer the index of the detected FileFormat in its member tagId. The values of its member tagId can be as follows:

value meaning
0 unknown file format
1 FASTA
2 FASTQ

See Also