lib/bio/db/kegg/genes.rb in bio-1.1.0 vs lib/bio/db/kegg/genes.rb in bio-1.2.0
- old
+ new
@@ -3,11 +3,11 @@
#
# Copyright:: Copyright (C) 2001, 2002, 2006
# Toshiaki Katayama <k@bioruby.org>
# License:: The Ruby License
#
-# $Id: genes.rb,v 0.25 2007/04/05 23:35:41 trevor Exp $
+# $Id: genes.rb,v 0.26 2007/12/14 16:20:38 k Exp $
#
#
# == KEGG GENES parser
#
# See http://www.genome.jp/kegg/genes.html
@@ -135,10 +135,10 @@
[]
end
end
def orthologs
- lines_fetch('ORTHOLOG')
+ lines_fetch('ORTHOLOGY')
end
def pathway
field_fetch('PATHWAY')
end