4a729a073e270ed0fac6598ce9ca040052e96f89
braney
  Wed Jan 14 14:20:10 2015 -0800
add AS file for mafSnp160way so table browser can give some minimal doc
diff --git src/hg/lib/mafSnp160way.as src/hg/lib/mafSnp160way.as
new file mode 100644
index 0000000..90b9f16
--- /dev/null
+++ src/hg/lib/mafSnp160way.as
@@ -0,0 +1,9 @@
+table mafSnp160way
+"BED5 with a score that specifies sequence ontology term for change in sequence"
+    (
+    string chrom;      "Reference sequence chromosome or scaffold"
+    uint   chromStart; "Start position in chromosome"
+    uint   chromEnd;   "End position in chromosome"
+    string name;       "Name of item"
+    uint   score;      "Sequence Ontology term value (0 for missing data)"
+    )