3e39804e374b48ecc82eec8ae77b9de1a0846173
braney
  Sat Aug 12 16:16:44 2023 -0700
second cut at HPRC rearrangement summary tracks

diff --git src/hg/lib/chainArrange.as src/hg/lib/chainArrange.as
new file mode 100644
index 0000000..bb16d9c
--- /dev/null
+++ src/hg/lib/chainArrange.as
@@ -0,0 +1,14 @@
+table chainBreaks
+"A list of chain breaks"
+    (
+    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"
+    )