874a1eb980511c7e2273d8a6e4d29f00b81eae64 braney Fri Sep 11 20:22:55 2026 -0700 quickLift help: list the formats that lift instead of the ones that do not, refs #35536 The "Unsupported Track Formats" section was a denylist. It went stale as soon as a format was added, and it was already wrong: it listed PSL and bigChain as unsupported when both lift. Replaced it with a "Supported Track Formats" allowlist, which matches how the code decides. A short paragraph after the list names the common formats that do not lift and repeats the message the Convert page shows. The WIG to bigWig conversion note moved out of the list into its own paragraph. Kept an unsupportedTypes anchor on the section so old links still land. diff --git src/hg/htdocs/goldenPath/help/quickLift.html src/hg/htdocs/goldenPath/help/quickLift.html index 04cbe751c94..f191ecbbbba 100755 --- src/hg/htdocs/goldenPath/help/quickLift.html +++ src/hg/htdocs/goldenPath/help/quickLift.html @@ -1,168 +1,176 @@

QuickLift Help Page

Overview

An alignment between two DNA sequences maps every nucleotide in one sequence to a nucleotide in another sequence. By making and using whole-genome alignments, the UCSC Genome Browser always allowed users to "lift" genome annotations to another assembly (liftOver), in bulk, one track at a time.

QuickLift 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, QuickLift can map annotations from hg38 or hg19 to any of the hundreds of new human high-quality genomes in GenArk (HPRC), such as viewing GENCODE genes from hg38 on a T2T assembly like hs1, with almost no additional delay.

QuickLift functionality depends on the availability of alignment files (chains) that describe how sequences in one assembly correspond to another. The alignment files are currently made at UCSC, and if no alignment file is available for the assembly in which you're interested, please send a request to the genome mailing list, and we will attempt to provide you with one.

Getting Started

The source assembly is the assembly where the annotations come from, and the destination (target) assembly is the assembly you are converting to. To use QuickLift, follow these steps:

  1. Navigate to the genome assembly and position you want to convert in the Genome Browser. Make sure the tracks you want to lift are visible.
  2. Open the Convert page by going to View > In Other Genomes (Convert) from the top menu bar.
    The Convert page showing Source assembly (hg38), Destination with Search bar, Assembly dropdown, and QuickLift tracks checkbox
  3. Under Destination, choose the target genome assembly. You can either:
  4. Check the QuickLift tracks checkbox to carry over your visible tracks, custom tracks, and track hubs to the target assembly. Without this checkbox, only the coordinate position is converted.

    Note: When a single track from a container track (such as a superTrack or composite) is lifted, the entire container track is carried over to the target genome assembly.

    Browser view showing QuickLift converted tracks from a different assembly
  5. Click . The results page will show the corresponding position(s) in the target assembly with links to the Genome Browser. If any of your visible tracks use a format not supported by QuickLift, the Convert page will display a message: "Some of your tracks failed to lift because the type is not supported by QuickLift." (See - Unsupported Track Formats below.) + Supported Track Formats below.)

    If QuickLift was enabled, clicking a result link will display your lifted tracks under a green "QuickLift from ..." group in the target assembly. To remove QuickLift tracks, click the button. This removes all QuickLift tracks from the target assembly.

Visual Indicators

QuickLift tracks have a green left-side button bar in the Browser graphic (instead of the usual gray):

Green left-side button bar indicating QuickLift tracks in the Genome Browser

An Alignment Differences track also becomes available after running QuickLift, displaying liftOver differences using colored triangles and lines:

Mousing over a triangle displays the size base-pair (bp) difference and the type of alignment difference.

QuickLift Alignment Differences track showing colored triangle markers with mouseover tooltip displaying base-pair difference size and type

Clicking a triangle opens a details page showing:

-

Unsupported Track Formats

-

QuickLift does not support the following track formats:

+ +

Supported Track Formats

+

QuickLift lifts the following track formats:

+

+QuickLift does not lift any other format. BAM, CRAM, VCF, HIC, +Interact and pgSnp are among the formats it does not lift, and so are the plain MAF and net +formats. A track in one of these formats stays in the source assembly, and the Convert page +names the track and its format under the message "Some of your tracks failed to lift +because the type is not supported by QuickLift." +

+

+A WIG track can be converted to +bigWig with the +wigToBigWig +utility, which QuickLift does lift. +

Resources & Support