77addc5d489ad0e6d9828b58390f13298a0beda4
angie
  Tue May 3 08:43:05 2016 -0700
Fixing autoSql comment syntax error.

diff --git src/hg/lib/omim2gene.as src/hg/lib/omim2gene.as
index 89f6564..b387113 100644
--- src/hg/lib/omim2gene.as
+++ src/hg/lib/omim2gene.as
@@ -1,8 +1,8 @@
 table omim2gene
 "OMIM omim2gene"
 (
 uint omimId;			"MIM ID"
 string entryType;		"entry type (gene or phenotype)"
 uint geneId;			"ENTREZ gene ID"
-string approvedGeneSymbols;	# Approved Gene Symbol
+string approvedGeneSymbols;	"Approved Gene Symbol"
 )