[BioRuby-cvs] bioruby/lib/bio/db/kegg compound.rb,0.12,0.13
Katayama Toshiaki
k at dev.open-bio.org
Mon Jan 15 04:34:34 UTC 2007
Update of /home/repository/bioruby/bioruby/lib/bio/db/kegg
In directory dev.open-bio.org:/tmp/cvs-serv28585/lib/bio/db/kegg
Modified Files:
compound.rb
Log Message:
* comment method is added
Index: compound.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/db/kegg/compound.rb,v
retrieving revision 0.12
retrieving revision 0.13
diff -C2 -d -r0.12 -r0.13
*** compound.rb 19 Sep 2006 05:51:29 -0000 0.12
--- compound.rb 15 Jan 2007 04:34:32 -0000 0.13
***************
*** 2,6 ****
# = bio/db/kegg/compound.rb - KEGG COMPOUND database class
#
! # Copyright:: Copyright (C) 2001, 2002, 2004 Toshiaki Katayama <k at bioruby.org>
# License:: Ruby's
#
--- 2,6 ----
# = bio/db/kegg/compound.rb - KEGG COMPOUND database class
#
! # Copyright:: Copyright (C) 2001, 2002, 2004, 2007 Toshiaki Katayama <k at bioruby.org>
# License:: Ruby's
#
***************
*** 92,95 ****
--- 92,100 ----
end
+ # COMMENT
+ def comment
+ field_fetch('COMMENT')
+ end
+
end # COMPOUND
More information about the bioruby-cvs
mailing list