Method: Bio::Meme::Mast#run
- Defined in:
- lib/bio/appl/meme/mast.rb
#run ⇒ Object
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 call_command(@cmd) {|io| @output = io.read } Report.new(@output) end |