Method: Bio::Blast#option=

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

#option=(str) ⇒ Object

Set options for blastall



380
381
382
383
# File 'lib/bio/appl/blast.rb', line 380

def option=(str)
  # backward compatibility
  self.options = Shellwords.shellwords(str)
end