fba104f4456ba44aced822a59c849d04546a50b8
braney
  Fri Mar 13 16:46:01 2026 -0700
Add refSeqComposite to quickLift vetted tracks and fix label cart var prefix

trackHub.c: add refSeqComposite to vettedTracks list for quickLift.
hui.c: use trackHubSkipHubName for label checkbox cart variable so it
matches regardless of hub name prefix.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

diff --git src/hg/lib/trackHub.c src/hg/lib/trackHub.c
index 6543ad306e8..6739172d149 100644
--- src/hg/lib/trackHub.c
+++ src/hg/lib/trackHub.c
@@ -1544,30 +1544,31 @@
 static char *vettedTracks[] =
 /* tracks that have been tested with quickLift */
 {
 "decipherContainer",
 "decipherSnvs",
 "omimLocation",
 "omimAvSnp",
 "ncbiRefSeq",
 "clinvar",
 "clinvarSubLolly",
 "pubs",
 "pubsBlat",
 "pubsMarkerBand",
 "pubsMarkerSnp",
 "pubsMarkerGene",
+"refSeqComposite",
 //"gtexGeneV8",
 };
 
 static boolean isVetted(char *track)
 /* Is this a track that's been tested with quickLift?  If not we don't want to do the special name handling on the track. */
 {
 //if (startsWith("wgEncodeGencode", track))
     //return TRUE;
 static bool inited = FALSE;
 static struct hash *vettedHash = NULL;
 
 if (!inited)
     {
     vettedHash = newHash(10);