be4311c07e14feb728abc6425ee606ffaa611a58
markd
  Fri Jan 22 06:46:58 2021 -0800
merge with master

diff --git src/hg/lib/clinvarSubLolly.as src/hg/lib/clinvarSubLolly.as
index c35792f..30a95e2 100644
--- src/hg/lib/clinvarSubLolly.as
+++ src/hg/lib/clinvarSubLolly.as
@@ -1,21 +1,21 @@
 table clinsub
 "Clinvar Submissions"
     (
     #bed 9
     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"
+    uint   score;      "P: 5, LP: 4, VUS: 3, LB: 2, B: 1, OTH: 0"
     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 reserved;     "Used as itemRgb as of 2004-11-22"
 
     #extra fields
     uint lollySize;    "Size of lollipop"
     lstring changes;     "changes
     lstring variantIds;     "variantIds
     lstring subIds;     "subIds
     lstring _mouseOver;     "mouseOver"
     )