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/rgdGene2Xref.as src/hg/lib/rgdGene2Xref.as index 4380263..7e1e1e3 100644 --- src/hg/lib/rgdGene2Xref.as +++ src/hg/lib/rgdGene2Xref.as @@ -1,7 +1,7 @@ table rgdGene2Xref -"Cross-reference of rgdGene2 gene to various type of info' +"Cross-reference of rgdGene2 gene to various type of info" ( string rgdGeneId; "Same as name field in rgdGene2 gene" string infoType; "Type of info, e.g. ID, GeneID, MGC, etc." string info; "Text of info" )