3b7a323713edb0adefb48de6a5fc81e8265e4067
gperez2
  Sat Mar 28 11:22:26 2026 -0700
Adding a QuickLift documentation link to the Notes sectiono on hgConvert, refs #36111

diff --git src/hg/htdocs/goldenPath/help/hgConvert.html src/hg/htdocs/goldenPath/help/quickLift.html
similarity index 96%
rename from src/hg/htdocs/goldenPath/help/hgConvert.html
rename to src/hg/htdocs/goldenPath/help/quickLift.html
index 3a1fc2cef2e..12b8736cb60 100755
--- src/hg/htdocs/goldenPath/help/hgConvert.html
+++ src/hg/htdocs/goldenPath/help/quickLift.html
@@ -1,15 +1,24 @@
+<!DOCTYPE html>
+<!--#set var="TITLE" value="QuickLift Help" -->
+<!--#set var="ROOT" value="../.." -->
+
+<!-- Relative paths to support mirror sites with non-standard GB docs install -->
+<!--#include virtual="$ROOT/inc/gbPageStart.html" -->
+
+<h1>QuickLift Help Page</h1>
+
 <!-- HREF paths are relative to cgi-bin, not goldenPath/help. -->
 
 <a name="overview"></a>
 <h3>Overview</h3>
 <p>
 An alignment between two DNA sequences maps every nucleotide in one sequence to a nucleotide in
 another sequence. By making and using
 <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC208784/" target="_blank">whole-genome alignments</a>,
 the UCSC Genome Browser always allowed users to &quot;lift&quot; genome annotations to another
 assembly (<a href="/cgi-bin/hgLiftOver" target="_blank">liftOver</a>), in bulk, one track at a
 time. <font color="#008000">QuickLift</font> is a tool that uses the same algorithm, but it maps
 (liftOver) annotations on demand, in real-time, for all visible tracks. Only the
 annotations in the currently visible region are lifted, so this is usually fast enough when
 browsing a genome. For example, <font color="#008000">QuickLift</font> can be used to map
 annotations from hg38 or hg19 to any of the hundreds of new human high-quality genomes in GenArk
@@ -132,15 +141,17 @@
             utility</li>
         <li>pgSnp</li>
       </ul>
 
 <a name="resources"></a>
 <h3>Resources &amp; Support</h3>
 <ul>
     <li><a href="/cgi-bin/hgLiftOver" target="_blank">LiftOver</a> &mdash; convert
         coordinates or annotation files in bulk between assemblies</li>
     <li><a href="/goldenPath/help/chain.html" target="_blank">Chain format</a> &mdash;
         description of the alignment chain files used by
         <font color="#008000">QuickLift</font> and liftOver</li>
     <li><a href="/contacts.html" target="_blank">Contact us</a> &mdash; request a new
         liftOver chain or report issues via the genome mailing list</li>
 </ul>
+
+<!--#include virtual="$ROOT/inc/gbPageEnd.html" -->