Method: Bio::Alignment::FactoryTemplate::Simple#reset
- Defined in:
- lib/bio/alignment.rb
#reset ⇒ Object
Clear the internal data and status, except program and options.
2250 2251 2252 2253 2254 2255 2256 |
# File 'lib/bio/alignment.rb', line 2250 def reset @command = nil @output = nil @report = nil @exit_status = nil @data_stdout = nil end |