Method: Bio::PAML::Codeml::Model#tree_length

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

#tree_lengthObject

Return codeml treee length



444
445
446
# File 'lib/bio/appl/paml/codeml/report.rb', line 444

def tree_length
  @buf[/tree length\s+=\s+ (-?\d+(\.\d+)?)/,1].to_f
end