2d81b4d18b40cd67b0a96d15ea2cd88adc2bbfab
braney
  Wed Nov 28 13:54:00 2018 -0800
changing genbank to not use /scratch/data

diff --git src/hg/lib/bigLolly.as src/hg/lib/bigLolly.as
new file mode 100644
index 0000000..acb12f9
--- /dev/null
+++ src/hg/lib/bigLolly.as
@@ -0,0 +1,14 @@
+table refSeqFuncElems
+"Bed 9+"
+    (
+    string chrom;          "Reference sequence chromosome or scaffold"
+    uint   chromStart;     "Start position in chromosome"
+    uint   chromEnd;       "End position in chromosome"
+    string name;           "type of element"
+    uint   score;          "unused; placeholder for BED format"
+    char[1] strand;        "+ for forward strand, - for reverse strand"
+    uint   thickStart;     "Start position in chromosome"
+    uint   thickEnd;       "End position in chromosome"
+    uint reserved;         "Used as itemRgb: color based on type of element"
+    lstring _mouseOver;    "Mouse over label"
+    )