d642cf5039fe119b031d57590a4d9644bf9d90fa
max
  Mon Dec 16 05:49:18 2024 -0800
bed9 fix for revel overlap track, due to my oversight in previous commit, refs #34947

diff --git src/hg/makeDb/revel/revel.as src/hg/makeDb/revel/revel.as
index 2a51bb7..faefa5b 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"
+"a BED9 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"
     )