class SequenceServer::BLAST_NOT_INSTALLED_OR_NOT_EXECUTABLE

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

Public Instance Methods

to_s() click to toggle source
# 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