09a80236f1b65c47bb2887a2463986f152d2b191
dschmelt
  Tue Jul 6 13:54:28 2021 -0700
Code review changes to Data Access and longLabel refs #27802

diff --git src/hg/makeDb/trackDb/dbSnpArchive.html src/hg/makeDb/trackDb/dbSnpArchive.html
index c8f4ef8..6394ef1 100755
--- src/hg/makeDb/trackDb/dbSnpArchive.html
+++ src/hg/makeDb/trackDb/dbSnpArchive.html
@@ -440,39 +440,45 @@
   <LI>SNPAlleleFreq.bcp.gz and ../shared/Allele.bcp.gz provided allele frequencies.
       For the human assembly, allele frequencies were also taken from
       SNPAlleleFreq_TGP.bcp.gz .</LI>
   <LI>Submitter handles were extracted from Batch.bcp.gz, SubSNP.bcp.gz and 
       SNPSubSNPLink.bcp.gz.</LI>
   <LI>SNP_bitfield.bcp.gz provided miscellaneous properties annotated by dbSNP,
        such as clinically-associated.  See the document 
        <A HREF="ftp://ftp.ncbi.nlm.nih.gov/snp/specs/dbSNP_BitField_v5.pdf"
         target="_blank">dbSNP_BitField_v5.pdf</A> for details.</LI>
   <LI>The header lines in the rs_fasta files were used for molecule type,
       class and observed polymorphism.</LI>
   </UL>
 
 <H2>Data Access</H2>
 <P>
-The raw data can be explored interactively with the <A HREF="../../cgi-bin/hgTables"TARGET=_blank>Table Browser</a>,
-<A HREF="../../cgi-bin/hgIntegrator"TARGET=_blank>Data Integrator</a>, or <A HREF="../../cgi-bin/hgVai"TARGET=_blank>Variant Annotation Integrator</a>.
-For automated analysis, the genome annotation can be downloaded from the downloads server for  <A HREF="http://hgdownload.soe.ucsc.edu/goldenPath/hg38/database/">hg38</a>, 
- <A HREF="http://hgdownload.soe.ucsc.edu/goldenPath/hg19/database/">hg19</a>, <A HREF="http://hgdownload.soe.ucsc.edu/goldenPath/mm10/database/"TARGET=_blank>mm10</a>,
-<A HREF="http://hgdownload.soe.ucsc.edu/goldenPath/susScr3/database/"TARGET=_blank>susScr3</a>, 
-<A HREF="http://hgdownload.soe.ucsc.edu/goldenPath/bosTau7/database/"TARGET=_blank>bosTau7</a>, and <A HREF="http://hgdownload.soe.ucsc.edu/goldenPath/galGal4/database/"TARGET=_blank>galGal4</a> 
-(snp*.txt.gz) or the <A HREF="../goldenPath/help/mysql.html"TARGET=_blank>public MySQL server</a>.
-You can also make queries using the UCSC Genome Browser <a href="../goldenPath/help/api.html">JSON API</a>Please refer to our <A HREF="https://groups.google.com/a/soe.ucsc.edu/forum/?hl=en&fromgroups#!search/download+snps"TARGET=_blank>mailing list archives</a>
-for questions and example queries, or our <A HREF="../FAQ/FAQdownloads.html#download36"TARGET=_blank>Data Access FAQ</a> for more information.
+The raw data can be explored interactively with the 
+<A HREF="../cgi-bin/hgTables"TARGET=_blank>Table Browser</a>,
+<A HREF="../cgi-bin/hgIntegrator"TARGET=_blank>Data Integrator</a>, or 
+<A HREF="../cgi-bin/hgVai"TARGET=_blank>Variant Annotation Integrator</a>.
+For automated analysis, the genome annotation files can be downloaded in their entirety for    
+<A HREF="http://hgdownload.soe.ucsc.edu/goldenPath/hg38/database/">hg38</a>,
+ <A HREF="http://hgdownload.soe.ucsc.edu/goldenPath/hg19/database/">hg19</a>, 
+and <a HREF="http://hgdownload.soe.ucsc.edu/goldenPath/mm10/database/"TARGET=_blank>mm10</a> as
+(snp*.txt.gz). 
+You can also make queries using the UCSC Genome Browser 
+<a href="../goldenPath/help/api.html">JSON API</a> or 
+<A HREF="../goldenPath/help/mysql.html"TARGET=_blank>public MySQL server</a>. Please refer to our 
+<A HREF="https://groups.google.com/a/soe.ucsc.edu/forum/?hl=en&fromgroups#!search/download+snps"TARGET=_blank>mailing list archives</a>
+for questions and example queries, or our 
+<A HREF="../FAQ/FAQdownloads.html#download36"TARGET=_blank>Data Access FAQ</a> for more information.
 </P>
 
 <H2>Orthologous Alleles (human assemblies only)</H2>
 <P>
 For the human assembly, we provide a related table that contains
 orthologous alleles in the chimpanzee, orangutan and rhesus macaque
 reference genome assemblies.  
 We use our liftOver utility to identify the orthologous alleles.  
 The candidate human SNPs are a filtered list that meet the criteria:
 <UL>
 <LI>class = 'single'</LI>
 <LI>mapped position in the human reference genome is one base long</LI>
 <LI>aligned to only one location in the human reference genome</LI>
 <LI>not aligned to a chrN_random chrom</LI>
 <LI>biallelic (not tri- or quad-allelic)</LI>