Sha256: bd7d8221c4272671781bf8f07a4405f30bb0b1ac804c0077da34cdb361678fff
Contents?: true
Size: 644 Bytes
Versions: 29
Compression:
Stored size: 644 Bytes
Contents
# # = bio/appl/paml/baseml/report.rb - parser class for PAML program yn00 # # Copyright:: Copyright (C) 2008 # Naohisa Goto <ng@bioruby.org> # # License:: The Ruby License # # == Description # # This file contains Bio::PAML::Yn00::Report, a parser class for a result # of yn00. # # == References # # * http://abacus.gene.ucl.ac.uk/software/paml.html # require 'bio/appl/paml/yn00' module Bio::PAML class Yn00 # UNDER CONSTRUCTION. # # Bio::PAML::Yn00::Report is a parser class for a yn00 result. # class Report < Bio::PAML::Common::Report end #class Report end #class Yn00 end #module Bio::PAML
Version data entries
29 entries across 29 versions & 4 rubygems