Method: Bio::MAFFT#reset
- Defined in:
- lib/bio/appl/mafft.rb
#reset ⇒ Object
Clear the internal data and status, except program and options.
164 165 166 167 168 169 170 |
# File 'lib/bio/appl/mafft.rb', line 164 def reset @command = nil @output = nil @report = nil @exit_status = nil @data_stdout = nil end |