Method: Bio::PAML::Common#parameters

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

#parametersObject

Parameters described in the control file. (Hash) Each key of the hash must be a Symbol object, and each value must be a String object or nil.



54
55
56
# File 'lib/bio/appl/paml/common.rb', line 54

def parameters
  @parameters
end