13d3857bbc66cfaeac0b2b9b1f90340ad7fceff9
braney
  Mon Jun 26 05:58:25 2023 -0700
first pass at a synteny breaks track

diff --git src/hg/lib/chainBreaks.as src/hg/lib/chainBreaks.as
new file mode 100644
index 0000000..9905832
--- /dev/null
+++ src/hg/lib/chainBreaks.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 itemRgn;      "Color"
+    lstring source;     "List of assemblies where break occures"
+    )