7f6ed181ccec7c0a8e4e8e422a15652592db62f6
hiram
  Wed Mar 23 15:11:32 2022 -0700
most recent set of corrections refs #28961

diff --git src/hg/gar/garTable.sh src/hg/gar/garTable.sh
index 49602ec..2874414 100755
--- src/hg/gar/garTable.sh
+++ src/hg/gar/garTable.sh
@@ -47,48 +47,48 @@
 variation, repeats, and more). The Genome Browser stacks annotation tracks
 beneath genome coordinate positions, allowing rapid visual correlation of
 different types of information. The user can look at a whole chromosome to
 get a feel for gene density, open a specific cytogenetic band to see a
 positionally mapped disease gene candidate, or zoom in to a particular gene
 to view its spliced ESTs and possible alternative splicing. The Genome Browser
 itself does not draw conclusions; rather, it collates all relevant information
 in one location, leaving the exploration and interpretation to the user. For
 more information on using the UCSC Genome Browser please see our
 <a href='https://genome.ucsc.edu/FAQ/' target=_blank>help</a> and
 <a href='https://genome.ucsc.edu/training/index.html' target=_blank>training</a>
 pages.
 </p>
 
 <h2>What is this page for?</h2>
-<p>This page lists both whole genome assembly browsers that are available for
+<p>This page lists both whole-genome assembly browsers that are available for
 immediate viewing, and assemblies that are not currently available but can
 be requested.
 </p>
 <p>We are working on adding a search function to this page. Until then, please use the &quot;find&quot; feature of your Browser (commonly CTRL+F).
 </p>
 <p>After searching the page, if you do not find the assembly you are
 interested in, you may request it using the <em>&quot;Can't find your assembly?&quot;</em>
 button at the top of the page. Complete the request form (including the
 NCBI GenBank or RefSeq assembly accession identifier). You will be notified
 by email when your assembly is available for viewing in the UCSC Genome
 Browser. This can take up to three weeks. The assembly browser will include
 the following annotation tracks: Assembly mapping, Base position,
 Gaps, GC Percent, Restriction Enzymes, Tandem Duplications,
 CpG Islands, RefSeq mRNAs, Repeat Masking, and, if available:
 NCBI RefSeq Genes and Ensembl Genes.
 </p>
-<p>This page is optimized for use in Firefox and Safari
+<p>This page is optimized for use in Firefox and Safari.
 </p>\n"
 
 
 cut -d' ' -f3,5 \
   /cluster/home/hiram/kent/src/hg/makeDb/doc/asmHubs/master.run.list \
     | sort | awk '{printf "%s\t%s\n", $1, $2};' > asmId.sciName
 
 sort -k1,1 -u \
   /cluster/home/hiram/kent/src/hg/makeDb/doc/*AsmHub/*.orderList.tsv \
     > asmId.commonName;
 
 sort -u /hive/data/outside/ncbi/genomes/reports/newAsm/*.suppressed.asmId.list \
   > asmId.suppressed.list
 
 join -t$'\t' asmId.sciName asmId.commonName > asmId.sciName.commonName