Class: Bio::PAML::Common::Report
- 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.
Direct Known Subclasses
Baseml::Report, Bio::PAML::Codeml::Report, Bio::PAML::Codeml::ReportSingle, Yn00::Report
Instance Method Summary collapse
-
#initialize(str) ⇒ Report
constructor
Creates a new Report object.
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 |