[BioRuby-cvs] bioruby/lib/bio/appl psort.rb,1.5,1.6

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


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

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


Index: psort.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/psort.rb,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** psort.rb	8 Sep 2005 01:22:08 -0000	1.5
--- psort.rb	9 Sep 2005 15:48:17 -0000	1.6
***************
*** 25,29 ****
  require 'bio/sequence'
  require 'bio/db/fasta'
- require 'bio/appl/psort/report'
  require 'net/http'
  require 'cgi'
--- 25,28 ----
***************
*** 107,110 ****
--- 106,111 ----
      class PSORT1
  
+       autoload :Report, 'bio/appl/psort/report'
+ 
        def self.imsut
          self.new(Remote.new(WWWServer['IMSUT']['host'],
***************
*** 181,184 ****
--- 182,187 ----
      # Nakai and Horton 1999 TiBS
      class PSORT2
+ 
+       autoload :Report, 'bio/appl/psort/report'
  
        # remote



More information about the bioruby-cvs mailing list