[BioRuby-cvs] bioruby/lib bio.rb,1.68,1.69
Naohisa Goto
ngoto at dev.open-bio.org
Fri Jul 14 14:27:12 UTC 2006
- Previous message: [BioRuby-cvs] bioruby/lib/bio/appl blast.rb, 1.29, 1.30 fasta.rb, 1.20, 1.21 hmmer.rb, 1.5, 1.6
- Next message: [BioRuby-cvs] bioruby/lib/bio/appl emboss.rb, 1.5, 1.6 psort.rb, 1.9, 1.10 pts1.rb, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/repository/bioruby/bioruby/lib
In directory dev.open-bio.org:/tmp/cvs-serv5319/lib
Modified Files:
bio.rb
Log Message:
added autoload of Bio::Command.
Index: bio.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio.rb,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** bio.rb 4 May 2006 13:12:57 -0000 1.68
--- bio.rb 14 Jul 2006 14:27:10 -0000 1.69
***************
*** 227,230 ****
--- 227,233 ----
autoload :ColorScheme, 'bio/util/color_scheme'
+ ### Service libraries
+ autoload :Command, 'bio/command'
+
end
- Previous message: [BioRuby-cvs] bioruby/lib/bio/appl blast.rb, 1.29, 1.30 fasta.rb, 1.20, 1.21 hmmer.rb, 1.5, 1.6
- Next message: [BioRuby-cvs] bioruby/lib/bio/appl emboss.rb, 1.5, 1.6 psort.rb, 1.9, 1.10 pts1.rb, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the bioruby-cvs
mailing list