Method: Bio::PAML::Codeml#options

Defined in:
lib/bio/appl/paml/codeml.rb

#optionsObject

OBSOLETE. This method should not be used. Instead, use parameters.



133
134
135
136
# File 'lib/bio/appl/paml/codeml.rb', line 133

def options
  warn 'The method Codeml#options will be changed to be used for command line arguments in the future. Instead, use Codeml#parameters.'
  parameters
end