025eecbf23a12b707a385e77908b985029acf2a4
fanhsu
  Wed May 25 10:59:46 2011 -0700
Created mim2gene.as.
diff --git src/hg/lib/mim2gene.as src/hg/lib/mim2gene.as
new file mode 100644
index 0000000..c37936d
--- /dev/null
+++ src/hg/lib/mim2gene.as
@@ -0,0 +1,7 @@
+table mim2gene
+"OMIM mim2gene"
+(
+uint omimId;			"MIM ID"
+uint geneId;			"ENTREZ gene ID"
+string entryType;		"entry type (gene or phenotype)"
+)