Sha256: a6bf1e607f9d94f754900c1e5d14d1a42dbaf70b9f123ef8f37cefd5bcef7163
Contents?: true
Size: 844 Bytes
Versions: 29
Compression:
Stored size: 844 Bytes
Contents
# # = bio/appl/paml/common_report.rb - basic report class for PAML results # # Copyright:: Copyright (C) 2008 # Naohisa Goto <ng@bioruby.org> # # License:: The Ruby License # # == Description # # This file contains Bio::PAML::Common::Report, a basic report class # for PAML program's results. # # == References # # * http://abacus.gene.ucl.ac.uk/software/paml.html # require 'bio/appl/paml/common' module Bio::PAML class Common # 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. class Report # Creates a new Report object. def initialize(str) end end #class Report end #class Common end #module Bio::PAML
Version data entries
29 entries across 29 versions & 4 rubygems