97338dbf71b671d85cedc20b099f360e0ec06785
gperez2
  Tue Feb 18 16:48:53 2025 -0800
Code review edits, refs #35243

diff --git src/hg/makeDb/trackDb/human/varChat.html src/hg/makeDb/trackDb/human/varChat.html
index 701ff006090..adf92ee6dff 100755
--- src/hg/makeDb/trackDb/human/varChat.html
+++ src/hg/makeDb/trackDb/human/varChat.html
@@ -63,31 +63,31 @@
 <p>
 <b>VarChat software is powered by enGenome.</b><br>
 <a href="https://www.engenome.com/" target="_blank">enGenome</a>, an accredited spin-off from the University of Pavia founded in 2016, combines bioinformatics, biotechnology, and software development expertise to enhance genetic disease diagnosis and treatment through advanced AI and bioinformatics tools, supported by a multidisciplinary team of engineers, biotechnologists, and developers.
 </p>
 
 <p>
 For every queried variant, VarChat produces concise and coherent summaries through an LLM model.
 Relevant references are identified through a modified BM25 ranking algorithm. More weight is
 given to papers that cite the variant in the abstract and were published in the last two years,
 while papers that report the variant only in the supplementary are penalized. </p>
 
 <H2>Data access</H2>
 <p>
 The raw data can be explored interactively with the <a href="../cgi-bin/hgTables">Table Browser</a>
 or the <a href="../cgi-bin/hgIntegrator">Data Integrator</a>. The data can be accessed from scripts through our
-<a href="https://api.genome.ucsc.edu">API</a>, the track name is "varChat". </p>
+<a href="https://api.genome.ucsc.edu">API</a>, the track name is &quot;varChat&quot;. </p>
 
 <p>
 For automated download and analysis, the genome annotation is stored in a bigBed file that
 can be downloaded from
 <a href="http://hgdownload.soe.ucsc.edu/gbdb/$db/bbi/" target="_blank">our download server</a>.
 The file for this track is called <tt>varChat.bb</tt>. Individual
 regions or the whole genome annotation can be obtained using our tool <tt>bigBedToBed</tt>
 which can be compiled from the source code or downloaded as a precompiled
 binary for your system. </p>
 <p>
 Instructions for downloading source code and binaries can be found
 <a href="http://hgdownload.soe.ucsc.edu/downloads.html#utilities_downloads">here</a>.
 The tool
 can also be used to obtain only features within a given range, e.g.
 <br><br>