[BioRuby-cvs] bioruby/lib bio.rb,1.49,1.50
Naohisa Goto
ngoto at pub.open-bio.org
Fri Sep 9 11:34:30 EDT 2005
Update of /home/repository/bioruby/bioruby/lib
In directory pub.open-bio.org:/tmp/cvs-serv21442/lib
Modified Files:
bio.rb
Log Message:
* fixed autoload problem about Bio::HMMER.
* added "require 'bio/appl/hmmer'" in bio/appl/hmmer/report.rb.
Index: bio.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio.rb,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** bio.rb 9 Sep 2005 15:09:37 -0000 1.49
--- bio.rb 9 Sep 2005 15:34:28 -0000 1.50
***************
*** 201,207 ****
autoload :HMMER, 'bio/appl/hmmer'
! class HMMER
! autoload :Report, 'bio/appl/hmmer/report'
! end
# autoload :EMBOSS, 'bio/appl/emboss' # use bio/command, improve
--- 201,208 ----
autoload :HMMER, 'bio/appl/hmmer'
! ## below are described in bio/appl/hmmer.rb
! #class HMMER
! # autoload :Report, 'bio/appl/hmmer/report'
! #end
# autoload :EMBOSS, 'bio/appl/emboss' # use bio/command, improve
More information about the bioruby-cvs
mailing list