0ff7c3313a6d775f6db0a6611c46d9453c223204
mary
  Tue Dec 13 16:23:09 2011 -0800
fixing mismatched quotes, spelling errors, field IDs that didn't match what was in the table due to spelling. For RGD Genes. Edits to Fan's changes here: http://redmine.soe.ucsc.edu/issues/29#note-143 and also to rgdGene2KeggPathway.as
diff --git src/hg/lib/rgdGene2KeggPathway.as src/hg/lib/rgdGene2KeggPathway.as
index fc7e7ff..6aed5ac 100644
--- src/hg/lib/rgdGene2KeggPathway.as
+++ src/hg/lib/rgdGene2KeggPathway.as
@@ -1,7 +1,7 @@
 table rgdGene2KeggPathway
 "KEGG pathway cross reference for RGD Genes"
    (
-   string kgID; 	"Known Gene ID"
+   string rgdID; 	"RGD Gene ID"
    string locusID; 	"LocusLink ID"
    string mapID; 	"KEGG pathway map ID"
    )