[BioRuby-cvs] bioruby/lib/bio/appl psort.rb,1.10,1.11
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
In directory dev.open-bio.org:/tmp/cvs-serv27438/lib/bio/appl
Modified Files:
psort.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: psort.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/psort.rb,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** psort.rb 14 Jul 2006 14:28:44 -0000 1.10
--- psort.rb 25 Jul 2006 18:41:23 -0000 1.11
***************
*** 28,34 ****
#
! require 'bio/sequence'
! require 'bio/command'
! require 'bio/db/fasta'
require 'cgi'
--- 28,34 ----
#
! require 'bio/appl/psort/report'
! autoload :FastaFormat, 'bio/db/fasta'
! autoload :Command, 'bio/command'
require 'cgi'
More information about the bioruby-cvs
mailing list