[BioRuby-cvs] bioruby/lib bio.rb,1.81,1.82
Katayama Toshiaki
k at dev.open-bio.org
Thu Mar 8 00:25:28 UTC 2007
Update of /home/repository/bioruby/bioruby/lib
In directory dev.open-bio.org:/tmp/cvs-serv14109
Modified Files:
bio.rb
Log Message:
* Bio::KEGG::DRUG is added
* Bio::KEGG::KO is renamed to Bio::KEGG::ORTHOLOG
Index: bio.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio.rb,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** bio.rb 2 Feb 2007 06:13:10 -0000 1.81
--- bio.rb 8 Mar 2007 00:25:26 -0000 1.82
***************
*** 89,92 ****
--- 89,93 ----
autoload :ENZYME, 'bio/db/kegg/enzyme'
autoload :COMPOUND, 'bio/db/kegg/compound'
+ autoload :DRUG, 'bio/db/kegg/drug'
autoload :GLYCAN, 'bio/db/kegg/glycan'
autoload :REACTION, 'bio/db/kegg/reaction'
***************
*** 94,100 ****
autoload :CELL, 'bio/db/kegg/cell'
autoload :EXPRESSION, 'bio/db/kegg/expression'
! autoload :Keggtab, 'bio/db/kegg/keggtab'
! autoload :KO, 'bio/db/kegg/ko'
autoload :KGML, 'bio/db/kegg/kgml'
end
--- 95,101 ----
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'
end
More information about the bioruby-cvs
mailing list