Method: Bio::Blast::Default::Report#message

Defined in:
lib/bio/appl/blast/format0.rb

#messageObject

(PSI-BLAST) Same as iterations.last.message.



213
214
215
# File 'lib/bio/appl/blast/format0.rb', line 213

def message
  @iterations.last.message
end