675293a87172d440c9c78b1c1bdc54610bc35a77
braney
  Tue May 7 14:14:26 2024 -0700
changes to HPRC rearrangements track in response to SAB  refs #33484

diff --git src/hg/lib/chainArrange.as src/hg/lib/chainArrange.as
index dd2462b..9784159 100644
--- src/hg/lib/chainArrange.as
+++ src/hg/lib/chainArrange.as
@@ -1,17 +1,18 @@
 table chainArrange
 "A list of assembly rearrangements"
     (
     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 itemRgb;      "Color"
 
     lstring source;     "List of assemblies where break occures"
     uint querySize;      "size of item on query side"
     string label;       "label for item"
+    lstring _mouseover;       "mouseOver for item"
     )