[BioRuby-cvs] bioruby/lib bio.rb,1.51,1.52
Naohisa Goto
ngoto at pub.open-bio.org
Fri Sep 9 11:52:59 EDT 2005
Update of /home/repository/bioruby/bioruby/lib
In directory pub.open-bio.org:/tmp/cvs-serv21572
Modified Files:
bio.rb
Log Message:
fixed autoload problem about Bio::ClustalW.
Index: bio.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio.rb,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** bio.rb 9 Sep 2005 15:48:17 -0000 1.51
--- bio.rb 9 Sep 2005 15:52:57 -0000 1.52
***************
*** 225,231 ****
autoload :ClustalW, 'bio/appl/clustalw'
! class ClustalW
! autoload :Report, 'bio/appl/clustalw/report'
! end
autoload :MAFFT, 'bio/appl/mafft'
--- 225,232 ----
autoload :ClustalW, 'bio/appl/clustalw'
! ## below are described in bio/appl/clustalw.rb
! #class ClustalW
! # autoload :Report, 'bio/appl/clustalw/report'
! #end
autoload :MAFFT, 'bio/appl/mafft'
More information about the bioruby-cvs
mailing list