Method: Bio::Alignment::FactoryTemplate::Simple#reset
- Defined in:
- lib/bio/alignment.rb
#reset ⇒ Object
Clear the internal data and status, except program and options.
2256 2257 2258 2259 2260 2261 2262 |
# File 'lib/bio/alignment.rb', line 2256 def reset @command = nil @output = nil @report = nil @exit_status = nil @data_stdout = nil end |