Exception: SequenceServer::BLAST_NOT_INSTALLED_OR_NOT_EXECUTABLE

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

Overview

Raised if SequenceServer could not locate NCBI BLAST+ installation on user’s system.

Instance Method Summary collapse

Instance Method Details

#to_sObject



69
70
71
72
73
74
# File 'lib/sequenceserver/exceptions.rb', line 69

def to_s
  <<~MSG
    BLAST+ is either not installed, or there is a problem with the
    installed version.
  MSG
end