cc15a08c33bde6a8bf15b0bf78548ef2b466a560
braney
  Sun Aug 13 12:29:29 2023 -0700
correct the name for chainArrange

diff --git src/hg/lib/chainArrange.as src/hg/lib/chainArrange.as
index bb16d9c..d12aba9 100644
--- src/hg/lib/chainArrange.as
+++ src/hg/lib/chainArrange.as
@@ -1,14 +1,14 @@
-table chainBreaks
-"A list of chain breaks"
+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"
     )