Method: Bio::Meme::Mast#run

Defined in:
lib/bio/appl/meme/mast.rb

#runObject

Run the mast program


Returns

Bio::Meme::Mast::Report object



149
150
151
152
153
# File 'lib/bio/appl/meme/mast.rb', line 149

def run
  check_options
  call_command(@cmd) {|io| @output = io.read }
  Report.new(@output)
end