Exception: GeneValidatorApp::BLAST_NOT_EXECUTABLE

Inherits:
StandardError
  • Object
show all
Defined in:
lib/genevalidatorapp/exceptions.rb

Overview

Raised if GV could not successfully execute ‘blastp -version’ on user’s system (see #141).

Instance Method Summary collapse

Instance Method Details

#to_sObject



107
108
109
# File 'lib/genevalidatorapp/exceptions.rb', line 107

def to_s
  'Error executing BLAST+ binaries.'
end