[BioRuby-cvs] bioruby/lib/bio/appl/psort report.rb,1.13,1.14

Katayama Toshiaki k at dev.open-bio.org
Tue Jul 25 18:41:25 UTC 2006


Update of /home/repository/bioruby/bioruby/lib/bio/appl/psort
In directory dev.open-bio.org:/tmp/cvs-serv27438/lib/bio/appl/psort

Modified Files:
	report.rb 
Log Message:
* changed to use autoload
* changed to require 'psort/report' from psort.rb to make
  PSORT::PSORT2::SclNames available whenever psort.rb is loaded.


Index: report.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/psort/report.rb,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** report.rb	30 Apr 2006 07:11:28 -0000	1.13
--- report.rb	25 Jul 2006 18:41:23 -0000	1.14
***************
*** 11,15 ****
  # 
  
- require 'bio/sequence'
  require 'bio/appl/psort'
  
--- 11,14 ----
***************
*** 17,20 ****
--- 16,21 ----
  module Bio
  
+   autoload :Sequence, 'bio/sequence'
+ 
    class PSORT
  




More information about the bioruby-cvs mailing list