5fa0fac4ce1b9321121496f2ad2ee482b15eb108
max
  Thu Mar 11 07:27:51 2021 -0800
finally committing source code for bloom Ab escape track, restored on an
old backup by Haifang, refs #26497

diff --git src/hg/makeDb/bloom/bloom2.as src/hg/makeDb/bloom/bloom2.as
new file mode 100644
index 0000000..6c1e5b5
--- /dev/null
+++ src/hg/makeDb/bloom/bloom2.as
@@ -0,0 +1,16 @@
+table bloom2
+"Table with Bloom2 paper mutations"
+    (
+    string chrom;      "Chromosome (or contig, scaffold, etc.)"
+    uint   chromStart; "Start position in chromosome"
+    uint   chromEnd;   "End position in chromosome"
+    string name;       "Name of item"
+    uint   score;      "Score from 0-1000"
+    char[1] strand;    "+ or -"
+    uint thickStart;   "Start of where display should be thick (start codon)"
+    uint thickEnd;     "End of where display should be thick (stop codon)"
+    uint itemRgb;     "Color"
+    string pos;         "AA-Position in S protein"
+    lstring muts;       "Subjects with mutations"
+    string _mouseOver;       "MouseOver text"
+    )