6998559b8ef7e1f140e6093d641faeddec106b88
fanhsu
  Thu May 12 16:13:28 2011 -0700
Created omimAvRepl.as.
diff --git src/hg/lib/omimAvRepl.as src/hg/lib/omimAvRepl.as
new file mode 100644
index 0000000..9a8a3e6
--- /dev/null
+++ src/hg/lib/omimAvRepl.as
@@ -0,0 +1,10 @@
+table omimAvRepl 
+"OMIM AV Replacement"
+(
+string avId;			"MIM AV Number"
+uint omimId;			"MIM ID"
+char[1] firstAa;		"first AA"
+uint    position;		"position in the protein sequence"
+char[1] secondAa;		"2nd AA"
+string  dbSnpId;		"dbSNP ID if available"
+)