1b17e173bde7713fe7080825f27efb8e952419f4
hiram
  Thu Aug 1 14:51:39 2019 -0700
updating text after QA comments refs #23734

diff --git src/hg/utils/automation/asmHubGc5Percent.pl src/hg/utils/automation/asmHubGc5Percent.pl
index c43c8cf..f123400 100755
--- src/hg/utils/automation/asmHubGc5Percent.pl
+++ src/hg/utils/automation/asmHubGc5Percent.pl
@@ -33,31 +33,31 @@
 my $ncbiAssemblyId = `grep -v "^#" $namesFile | cut -f10`;
 chomp $ncbiAssemblyId;
 my $organism = `grep -v "^#" $namesFile | cut -f5`;
 chomp $organism;
 my $averageGC = `bigWigInfo $gc5Bw | egrep "mean:" | sed -e 's/mean: //;'`;
 chomp $averageGC;
 $averageGC = sprintf("%.2f", $averageGC);
 
 print <<_EOF_
 <h2>Description</h2>
 <p>
 The GC percent track shows the percentage of G (guanine) and C (cytosine) bases
 in 5-base windows on
 the $assemblyDate $em${organism}$noEm/$asmId/$ncbiAssemblyId genome assembly.
 High GC content is typically associated with gene-rich areas.  The average
-overall GC percent for the entire assembly is % $averageGC;
+overall GC percent for the entire assembly is % $averageGC.
 </p>
 
 <p>
 This track may be configured in a variety of ways to highlight different
 aspects of the displayed information. Click the
 &quot;Graph configuration help&quot; link for an explanation of the
 configuration options.
 </p>
 
 <h2>Credits</h2>
 <p> The data and presentation of this graph were prepared by
 <a href="mailto:&#104;&#105;&#114;a&#109;&#64;&#115;&#111;&#101;
 .&#117;&#99;&#115;&#99;.&#101;&#100;u">Hiram Clawson</a>.
 </p>
 _EOF_