Class: Bio::PAML::Common::Report

Inherits:
Object
  • Object
show all
Defined in:
lib/bio/appl/paml/common_report.rb

Overview

UNDER CONSTRUCTION.

Bio::PAML::Common::Report is a basic report class for PAML program’s results. It will have common function for baseml and codeml.

Normally, users should not use this class directly.

Instance Method Summary collapse

Constructor Details

#initialize(str) ⇒ Report

Creates a new Report object.



33
34
# File 'lib/bio/appl/paml/common_report.rb', line 33

def initialize(str)
end