class GeneValidator::SequenceTypeError
Exception raised when the command line type argument does not corrsepond to the type of the sequences in the fasta file
Public Instance Methods
to_s()
click to toggle source
# File lib/genevalidator/exceptions.rb, line 9 def to_s "\nSequence Type error: Possible cause include that the blast output" \ " was not obtained against a protein database.\n" end