Exception: GeneValidatorApp::BLAST_NOT_INSTALLED

Inherits:
StandardError
  • Object
show all
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_sObject



99
100
101
# File 'lib/genevalidatorapp/exceptions.rb', line 99

def to_s
  'Could not locate BLAST+ binaries.'
end