4dc00f5856bc269c7fec878e93b210d7b885866a
braney
  Fri Mar 2 16:13:52 2012 -0800
more changes to otto-mate the OMIM load (#6943)
diff --git src/hg/lib/omim2gene.as src/hg/lib/omim2gene.as
new file mode 100644
index 0000000..89f6564
--- /dev/null
+++ src/hg/lib/omim2gene.as
@@ -0,0 +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
+)