Method: Bio::Alignment::FactoryTemplate::Simple#initialize
- Defined in:
- lib/bio/alignment.rb
#initialize(program = self.class::DEFAULT_PROGRAM, options = []) ⇒ Simple
Creates a new alignment factory
2221 2222 2223 2224 2225 2226 2227 2228 2229 |
# File 'lib/bio/alignment.rb', line 2221 def initialize(program = self.class::DEFAULT_PROGRAM, = []) @program = program @options = @command = nil @output = nil @report = nil @exit_status = nil @data_stdout = nil end |