8ccd7f957e100e1a7e719fcc1a75584b534ea744
braney
  Fri Nov 14 14:52:32 2025 -0800
fix problem with quickLift refs #36702

diff --git src/hg/lib/trackHub.c src/hg/lib/trackHub.c
index 6caf7bafc9b..38ddf88a7e9 100644
--- src/hg/lib/trackHub.c
+++ src/hg/lib/trackHub.c
@@ -1519,30 +1519,31 @@
     }
 
 return hubName;
 }
 
 static char *vettedTracks[] =
 /* tracks that have been tested with quickLift */
 {
 "decipherContainer",
 "decipherSnvs",
 "omimLocation",
 "omimAvSnp",
 "ncbiRefSeq",
 "clinvar",
 "clinvarSubLolly",
+"pubs",
 "pubsBlat",
 "pubsMarkerBand",
 "pubsMarkerSnp",
 "pubsMarkerGene",
 //"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;