Exception: GeneValidatorApp::BLAST_NOT_EXECUTABLE
- Inherits:
-
StandardError
- Object
- StandardError
- GeneValidatorApp::BLAST_NOT_EXECUTABLE
- Defined in:
- lib/genevalidatorapp/exceptions.rb
Overview
Raised if SequenceServer could not successfully execute ‘blastp -version’ on user’s system (see #141).
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
98 99 100 |
# File 'lib/genevalidatorapp/exceptions.rb', line 98 def to_s 'Error executing BLAST+ binaries.' end |