Enum BlastProgram
Enum with BLAST program spec

Defined in <seqan/blast.h>
Signature enum class BlastProgram : uint8_t { ... };

Enum Values

BLASTN
Nucleotide Query VS Nucleotide Subject
BLASTP
Protein Query VS Protein Subject
BLASTX
translated Nucleotide Query VS Protein Subject
TBLASTN
Protein Query VS translated Nucleotide Subject
TBLASTX
translated Nucleotide Query VS translated Nucleotide Subject
UNKNOWN
Unkown type. Used to signify that the type could not be inferred from the file.
DYNAMIC
This can only be used when defining a BlastProgramSelector

See Also