fn() guessFormat
Guesses a file format from the contents of a sequence file.

Defined in <seqan/file.h>
Signature bool guessFormat(text, formatTag);

Parameters

text A string storing the contents of a sequence file.
formatTag A file format tag.

Return Values

bool true if the format represented by formatTag was recognized in text.

See Also