[BioRuby-cvs] bioruby/lib bio.rb,1.48,1.49
Naohisa Goto
ngoto at pub.open-bio.org
Fri Sep 9 11:09:39 EDT 2005
Update of /home/repository/bioruby/bioruby/lib
In directory pub.open-bio.org:/tmp/cvs-serv21303/lib
Modified Files:
bio.rb
Log Message:
* fixed autoload problem about Bio::Fasta.
* added "require 'bio/appl/fasta' in bio/appl/fasta/format10.rb.
Index: bio.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio.rb,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** bio.rb 9 Sep 2005 14:59:52 -0000 1.48
--- bio.rb 9 Sep 2005 15:09:37 -0000 1.49
***************
*** 185,189 ****
autoload :Fasta, 'bio/appl/fasta'
! autoload :Report, 'bio/appl/fasta/format10' # improve format6
autoload :Blast, 'bio/appl/blast'
--- 185,192 ----
autoload :Fasta, 'bio/appl/fasta'
! ## below are described in bio/appl/fasta.rb
! #class Fasta
! # autoload :Report, 'bio/appl/fasta/format10'
! #end
autoload :Blast, 'bio/appl/blast'
More information about the bioruby-cvs
mailing list