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/rgdGene2ToSymbol.as src/hg/lib/rgdGene2ToSymbol.as
index 8f5407a..b11b8a4 100644
--- src/hg/lib/rgdGene2ToSymbol.as
+++ src/hg/lib/rgdGene2ToSymbol.as
@@ -1,7 +1,7 @@
 table rgdGene2ToSymbol
-"Cross-reference of rgdGene2 gene ID to RGD ID number and Gene Symbol'
+"Cross-reference of rgdGene2 gene ID to RGD ID number and Gene Symbol"
     (
     string rgdId;	"Same as name field in rgdGene2 gene"
     string rgdIdNum;    "RGD ID without the 'RGD:' prefix"
     string geneSymbol;	"Gene Symbol"
     )