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

Version Path
bio-2.0.5 lib/bio/appl/paml/common_report.rb
bio-2.0.4 lib/bio/appl/paml/common_report.rb
bio-2.0.3 lib/bio/appl/paml/common_report.rb
bio-2.0.2 lib/bio/appl/paml/common_report.rb
bio-2.0.1 lib/bio/appl/paml/common_report.rb
bio-2.0.0 lib/bio/appl/paml/common_report.rb
bio-1.6.0.pre.20181210 lib/bio/appl/paml/common_report.rb
bio-1.5.2 lib/bio/appl/paml/common_report.rb
bio-1.5.1 lib/bio/appl/paml/common_report.rb
bio-1.5.0 lib/bio/appl/paml/common_report.rb
bioruby-bio-1.2.9.9001 lib/bio/appl/paml/common_report.rb
bioruby-bio-1.2.9.9501 lib/bio/appl/paml/common_report.rb
bioruby-bio-1.3.0.5000 lib/bio/appl/paml/common_report.rb
bioruby-bio-1.3.0.9901 lib/bio/appl/paml/common_report.rb
bioruby-bio-1.3.0 lib/bio/appl/paml/common_report.rb
bioruby-bio-1.3.1.5000 lib/bio/appl/paml/common_report.rb
ngoto-bio-1.2.9.9001 lib/bio/appl/paml/common_report.rb
ngoto-bio-1.2.9.9501 lib/bio/appl/paml/common_report.rb
ngoto-bio-1.3.0.5000 lib/bio/appl/paml/common_report.rb
ngoto-bio-1.3.0 lib/bio/appl/paml/common_report.rb