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 @@ -68,31 +68,31 @@
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.
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.
QuickLift tracks have a green left-side button bar in the Browser graphic (instead of the usual gray):
@@ -115,54 +115,62 @@
difference.
Clicking a triangle opens a details page showing:
QuickLift does not support the following track formats:
+ +QuickLift lifts the following track formats:
wigToBigWig
- utilitypslToBed
- utilitybedToBigBed
- utility+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.
+