8f90c1c5eeea2057e4910b8e1bf909a81060327f
hiram
  Thu Jul 24 08:39:05 2014 -0700
the extra periods on the end of the sentence fragments show up in the hgc click page refs #13578
diff --git src/hg/lib/nestedRepeats.as src/hg/lib/nestedRepeats.as
index 8ccb215..ae41235 100644
--- src/hg/lib/nestedRepeats.as
+++ src/hg/lib/nestedRepeats.as
@@ -1,20 +1,20 @@
 table nestedRepeats
-"BED12+ describing joined (by ID) fragments of repeats from RepeatMasker."
+"BED12+ describing joined (by ID) fragments of repeats from RepeatMasker"
     (
     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;      "Average of fragment identity scores, transformed into 0..1000 range for shading."
+    uint   score;      "Average of fragment identity scores, transformed into 0..1000 range for shading"
     char[1] strand;    "+, -, or . for mixed (some fragments +, some -)"
     uint thickStart;   "for BED compatibility -- same as chromStart"
     uint thickEnd;     "for BED compatibility -- same as chromEnd"
     uint reserved;     "for BED compatibility"
     int blockCount;    "Number of blocks"
     int[blockCount] blockSizes; "Comma separated list of block (fragment) sizes"
     int[blockCount] chromStarts; "Start positions relative to chromStart"
-    char[blockCount] blockStrands; "Strand of each fragment."
-    uint id;	       "RepeatMasker-assigned ID used to join fragments."
+    char[blockCount] blockStrands; "Strand of each fragment"
+    uint id;	       "RepeatMasker-assigned ID used to join fragments"
     string repClass;   "Class of repeat"
     string repFamily;  "Family of repeat"
     )