[BioRuby-cvs] bioruby/lib/bio/appl sim4.rb,1.1,1.2

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


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

Modified Files:
	sim4.rb 
Log Message:
fixed autoload problem about Bio::Sim4.


Index: sim4.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/sim4.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** sim4.rb	8 Oct 2004 17:41:08 -0000	1.1
--- sim4.rb	9 Sep 2005 15:58:42 -0000	1.2
***************
*** 21,25 ****
  #
  
- require 'bio/appl/sim4/report'
  require 'open3'
  require 'tempfile'
--- 21,24 ----
***************
*** 27,30 ****
--- 26,32 ----
  module Bio
    class Sim4
+ 
+     autoload :Report,       'bio/appl/sim4/report'
+ 
      def initialize(program = 'sim4', database = nil, option = [])
        @program = program



More information about the bioruby-cvs mailing list