f3b0f36ba4671a8315afc12ec2eacf5e4c6b75c3
max
  Fri Sep 30 03:13:20 2022 -0700
adding monkeypox transcriptomic stage track, refs #30074

diff --git src/hg/makeDb/autoSql/viralzone.as src/hg/makeDb/autoSql/viralzone.as
new file mode 100644
index 0000000..ae5e749
--- /dev/null
+++ src/hg/makeDb/autoSql/viralzone.as
@@ -0,0 +1,14 @@
+table viralZoneGenes
+"Browser extensible data (9 fields) plus the stage of the gene "
+    (
+    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 stage;     "Source of this item"
+    )