[BioRuby-cvs] bioruby/lib/bio/appl/hmmer report.rb,1.6,1.7

Naohisa Goto ngoto at pub.open-bio.org
Fri Sep 9 11:34:31 EDT 2005


Update of /home/repository/bioruby/bioruby/lib/bio/appl/hmmer
In directory pub.open-bio.org:/tmp/cvs-serv21442/lib/bio/appl/hmmer

Modified Files:
	report.rb 
Log Message:
* fixed autoload problem about Bio::HMMER.
* added "require 'bio/appl/hmmer'" in bio/appl/hmmer/report.rb.


Index: report.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/hmmer/report.rb,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** report.rb	8 Sep 2005 01:22:09 -0000	1.6
--- report.rb	9 Sep 2005 15:34:28 -0000	1.7
***************
*** 21,24 ****
--- 21,26 ----
  #
  
+ require 'bio/appl/hmmer'
+ 
  module Bio
    class HMMER



More information about the bioruby-cvs mailing list