[BioRuby-cvs] bioruby/lib/bio/appl/blast format0.rb,1.10,1.11
Naohisa Goto
ngoto at pub.open-bio.org
Fri Sep 9 10:59:55 EDT 2005
Update of /home/repository/bioruby/bioruby/lib/bio/appl/blast
In directory pub.open-bio.org:/tmp/cvs-serv21239/lib/bio/appl/blast
Modified Files:
format0.rb
Log Message:
* fixed autoload problem about Bio::Blast.
* changed not to require bio/db.rb in format0.rb.
Index: format0.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/blast/format0.rb,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** format0.rb 8 Sep 2005 01:22:08 -0000 1.10
--- format0.rb 9 Sep 2005 14:59:53 -0000 1.11
***************
*** 26,30 ****
end
! require 'bio/db'
require 'bio/io/flatfile'
--- 26,30 ----
end
! #require 'bio/db'
require 'bio/io/flatfile'
More information about the bioruby-cvs
mailing list