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
2215 2216 2217 2218 2219 2220 2221 2222 2223 |
# File 'lib/bio/alignment.rb', line 2215 def initialize(program = self.class::DEFAULT_PROGRAM, = []) @program = program = @command = nil @output = nil @report = nil @exit_status = nil @data_stdout = nil end |