class SequenceServer::BLAST_NOT_INSTALLED

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 90
def to_s
  'Could not locate BLAST+ binaries.'
end