Enum SequenceStream::FileFormat
Select the file format to read/write.

Defined in <seqan/seq_io.h>
Signature enum FileFormat;

Enum Values

AUTO_FORMAT
Auto-detect format from file content on reading and from the file name on writing. If Auto-detection fails, FASTA is used.
FASTA
Force reading/writing of FASTA.
FASTQ
Force reading/writing of FASTQ.

Detailed Description

The file format is the format of the possibly compressed content.

See Also