[BioRuby-cvs] bioruby/lib bio.rb,1.82,1.83
Katayama Toshiaki
k at dev.open-bio.org
Thu Apr 5 15:43:01 UTC 2007
- Previous message: [BioRuby-cvs] bioruby/lib/bio/db/kegg orthology.rb,1.8,1.9
- Next message: [BioRuby-cvs] bioruby/test/unit/bio test_alignment.rb, 1.9, 1.10 test_feature.rb, 1.3, 1.4 test_location.rb, 1.2, 1.3 test_pathway.rb, 1.3, 1.4 test_sequence.rb, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/repository/bioruby/bioruby/lib
In directory dev.open-bio.org:/tmp/cvs-serv16350
Modified Files:
bio.rb
Log Message:
* The official name of the KEGG KO database is determined to KEGG ORTHOLOGY,
so the module is renamed. I made CVS trick that mv the file in the repository
so that we can track the history.
Index: bio.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio.rb,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -d -r1.82 -r1.83
*** bio.rb 8 Mar 2007 00:25:26 -0000 1.82
--- bio.rb 5 Apr 2007 15:42:59 -0000 1.83
***************
*** 95,99 ****
autoload :CELL, 'bio/db/kegg/cell'
autoload :EXPRESSION, 'bio/db/kegg/expression'
! autoload :ORTHOLOG, 'bio/db/kegg/ortholog'
autoload :KGML, 'bio/db/kegg/kgml'
autoload :Keggtab, 'bio/db/kegg/keggtab'
--- 95,99 ----
autoload :CELL, 'bio/db/kegg/cell'
autoload :EXPRESSION, 'bio/db/kegg/expression'
! autoload :ORTHOLOGY, 'bio/db/kegg/orthology'
autoload :KGML, 'bio/db/kegg/kgml'
autoload :Keggtab, 'bio/db/kegg/keggtab'
- Previous message: [BioRuby-cvs] bioruby/lib/bio/db/kegg orthology.rb,1.8,1.9
- Next message: [BioRuby-cvs] bioruby/test/unit/bio test_alignment.rb, 1.9, 1.10 test_feature.rb, 1.3, 1.4 test_location.rb, 1.2, 1.3 test_pathway.rb, 1.3, 1.4 test_sequence.rb, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the bioruby-cvs
mailing list