[BioRuby-cvs] bioruby/lib/bio/appl hmmer.rb,1.2,1.3

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


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

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


Index: hmmer.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/hmmer.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** hmmer.rb	16 Aug 2005 09:38:34 -0000	1.2
--- hmmer.rb	9 Sep 2005 15:34:28 -0000	1.3
***************
*** 21,25 ****
  #
  
- require 'bio/appl/hmmer/report'
  require 'bio/command'
  require 'shellwords'
--- 21,24 ----
***************
*** 28,31 ****
--- 27,32 ----
  
    class HMMER
+ 
+     autoload :Report, 'bio/appl/hmmer/report'
  
      include Bio::Command::Tools



More information about the bioruby-cvs mailing list