class GeneValidatorApp::BLAST_NOT_INSTALLED
Raised if GV could not locate NCBI BLAST+ installation on user's system.
Public Instance Methods
to_s()
click to toggle source
# File lib/genevalidatorapp/exceptions.rb, line 99 def to_s 'Could not locate BLAST+ binaries.' end