[BioRuby-cvs] bioruby/lib bio.rb,1.52,1.53
Naohisa Goto
ngoto at pub.open-bio.org
Fri Sep 9 11:56:22 EDT 2005
Update of /home/repository/bioruby/bioruby/lib
In directory pub.open-bio.org:/tmp/cvs-serv21609
Modified Files:
bio.rb
Log Message:
fixed autoload problem about Bio::MAFFT.
Index: bio.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio.rb,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** bio.rb 9 Sep 2005 15:52:57 -0000 1.52
--- bio.rb 9 Sep 2005 15:56:20 -0000 1.53
***************
*** 231,237 ****
autoload :MAFFT, 'bio/appl/mafft'
! class MAFFT
! autoload :Report, 'bio/appl/mafft/report'
! end
autoload :Sim4, 'bio/appl/sim4'
--- 231,238 ----
autoload :MAFFT, 'bio/appl/mafft'
! ## below are described in bio/appl/mafft.rb
! #class MAFFT
! # autoload :Report, 'bio/appl/mafft/report'
! #end
autoload :Sim4, 'bio/appl/sim4'
More information about the bioruby-cvs
mailing list