9e65e54f0f956ea44785df0427f0f457fcfbb34c
max
  Fri Dec 13 05:34:09 2024 -0800
fix for hg19 revel track, refs #34947

diff --git src/hg/makeDb/revel/revel.as src/hg/makeDb/revel/revel.as
index 0fc647e..2a51bb7 100644
--- src/hg/makeDb/revel/revel.as
+++ src/hg/makeDb/revel/revel.as
@@ -1,15 +1,15 @@
 table revelOverlaps
 "a BED8 with two additional fields"
     (
     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;      "Score from 0-1000 (might not be applicable)"
     char[1] strand;    "+, - or . for unknown"
     uint thickStart;   "Start of where display should be thick"
     uint thickEnd;     "End of where display should be thick"
-    uint itemRgb;     "End of where display should be thick"
+    #uint itemRgb;     "End of where display should be thick"
     lstring   _jsonTable;      "Scores for transcript ID"
     lstring   _mouseOver;      "Mouse over text"
     )