class SequenceServer::INCOMPATIBLE_BLAST_DATABASES
Attributes
database_dir[R]
Public Class Methods
new(database_dir)
click to toggle source
# File lib/sequenceserver/exceptions.rb, line 117 def initialize(database_dir) @database_dir = database_dir end
Public Instance Methods
to_s()
click to toggle source
# File lib/sequenceserver/exceptions.rb, line 123 def to_s <<~MSG One or more databases in #{database_dir} are likely incompatible. MSG end