66604eefdbb0971ed43ee81bd6f18cc3a409e304
markd
  Sat Jan 10 13:18:44 2026 -0800
color-code clsLongReadRna modles (#36908)

diff --git src/hg/makeDb/outside/clsLongReadRna/clsModelBed.as src/hg/makeDb/outside/clsLongReadRna/clsModelBed.as
index 5d2b5bc2c41..262f612097a 100644
--- src/hg/makeDb/outside/clsLongReadRna/clsModelBed.as
+++ src/hg/makeDb/outside/clsLongReadRna/clsModelBed.as
@@ -1,19 +1,23 @@
 table clsModelBed
 "CLS long-read LyRiC models"
     (
     string chrom;      "Chromosome"
     uint   chromStart; "Start position in chromosome"
     uint   chromEnd;   "End position in chromosome"
     string name;       "Model id"
     uint   score;      "unused"
     char[1] strand;    "+ or -"
     uint thickStart;   "Same as chromStart"
     uint thickEnd;     "Same as chromEnd"
-    uint reserved;     "unised"
+    uint reserved;     "color"
     int blockCount;    "Number of blocks"
     int[blockCount] blockSizes; "Comma separated list of block sizes"
     int[blockCount] chromStarts; "Start positions relative to chromStart"
     int sampleCount;    "Number of samples containing the isoform"
     string[sampleCount] samples;  "Samples and platforms containing this model"
     string[sampleCount] sampleIds;  "Sample ids"
+    string inGencode;               "Was model incorporated into GENCODE V47/VM36?"
+    string gencodeGeneId;           "GENCODE gene id, if incorporated into GENCODE"
+    string gencodeTranscriptId;     "GENCODE transcript id"
+    string gencodeBioType;          "GENCODE transcript BioType"
     )