2ae4d94adb7cb66f48c5c6f2b686cd9db29fca16
max
  Fri Sep 20 05:50:51 2019 -0700
removing mastermind files, now they are ottomatic

diff --git src/hg/makeDb/mastermind/mastermind.as src/hg/makeDb/mastermind/mastermind.as
deleted file mode 100644
index e392dcb..0000000
--- src/hg/makeDb/mastermind/mastermind.as
+++ /dev/null
@@ -1,19 +0,0 @@
-table mastermind
-"mastermind bed: bed9 + various fields"
-    (
-    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 reserved;     "Used as itemRgb as of 2004-11-22"
-    string url;     "Protein change and link to details"
-    string gene;     "Gene symbol"
-    string mmcnt1;     "MMCNT1 - articles with exact cDNA change"
-    string mmcnt2;     "MMCNT2 - articles with exact cDNA and/or protein change"
-    string mmcnt3;     "MMCNT3 - articles with same protein change"
-    string _mouseOver;     "mouse over"
-    )