lib/genevalidator/exceptions.rb in genevalidator-1.6.9 vs lib/genevalidator/exceptions.rb in genevalidator-1.6.10

- old
+ new

@@ -66,9 +66,17 @@ "\nAlias Duplication error: Possible cause: At least two validations" \ " have the same CLI alias\n" end end + # Exception raised when the BLAST is not set up with the '-parse-seqids' arg. + class BLASTDBError < Exception + end + + # Error raised by QI Validation when the query does not have QI tag + class NotEnoughEvidence < Exception + end + # Exception raised when the are alias duplications class NoPIdentError < Exception end # Exception raised when the tabular format does not correspond to the tabular