7e8d5489a05a56f1a6ba0f1f56bf2e21a350c3dc
cath
  Mon Jul 17 15:54:00 2017 -0700
Editing 'score' to be more specifc in schema desc, refs #19793

diff --git src/hg/lib/rmskJoined.as src/hg/lib/rmskJoined.as
index 8d1adc8..c188b8d 100644
--- src/hg/lib/rmskJoined.as
+++ src/hg/lib/rmskJoined.as
@@ -1,17 +1,17 @@
 table rmskJoinedBaseline
 "RepeatMasker joined annotation record"
     (
     string chrom;      "Reference sequence chromosome or scaffold"
     uint   chromStart; "Start position of feature in chromosome"
     uint   chromEnd;   "End position feature in chromosome"
     string name;       "Short Name of item"
-    uint   score;      "Score from 0-1000"
+    uint   score;      "Mismatch rate multiplied by 10,000 rounded to nearest multiple of 10"
     char[1] strand;    "+ or -"
     uint alignStart;   "Start position of aligned portion of feature"
     uint alignEnd;     "End position of aligned portion of feature"
     uint reserved;     "Used as itemRgb"
     int blockCount;    "Number of blocks"
     int[blockCount] blockSizes; "Comma separated list of block sizes"
     int[blockCount] blockRelStarts; "Start positions rel. to chromStart or -1 for unaligned blocks"
     string id;         "ID to bed used in URL to link back"
     )