[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


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'




More information about the bioruby-cvs mailing list