Exception: GeneValidatorApp::BLAST_NOT_INSTALLED
- Inherits:
-
StandardError
- Object
- StandardError
- GeneValidatorApp::BLAST_NOT_INSTALLED
- Defined in:
- lib/genevalidatorapp/exceptions.rb
Overview
Raised if GV could not locate NCBI BLAST+ installation on user’s system.
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
99 100 101 |
# File 'lib/genevalidatorapp/exceptions.rb', line 99 def to_s 'Could not locate BLAST+ binaries.' end |