6a634821ca3d72356dc52fc816c3b4651c471e3c
braney
  Tue Feb 15 16:48:29 2022 -0800
make a bigBed version of the TOGA track

diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c
index 239e795..aea320d 100644
--- src/hg/hgc/hgc.c
+++ src/hg/hgc/hgc.c
@@ -26146,33 +26146,33 @@
 else if (sameWord(table, "mrna") || sameWord(table, "mrna2") ||
 	 startsWith("all_mrna",table) ||
 	 sameWord(table, "all_est") ||
 	 sameWord(table, "celeraMrna") ||
          sameWord(table, "est") || sameWord(table, "intronEst") ||
          sameWord(table, "xenoMrna") || sameWord(table, "xenoBestMrna") ||
          startsWith("mrnaBlastz",table ) || startsWith("mrnaBad",table ) ||
          sameWord(table, "xenoBlastzMrna") || sameWord(table, "sim4") ||
          sameWord(table, "xenoEst") || sameWord(table, "psu") ||
          sameWord(table, "tightMrna") || sameWord(table, "tightEst") ||
 	 sameWord(table, "blatzHg17KG") || sameWord(table, "mapHg17KG")
          )
     {
     doHgRna(tdb, item);
     }
-else if (startsWith("HLTOGAannot", table))
+else if (startsWith("HLTOGAannot", trackHubSkipHubName(table)))
     {
-    doHillerLabTOGAGene(tdb, item, table);
+    doHillerLabTOGAGene(database, tdb, item, table);
     }
 else if (startsWith("pseudoMrna",table ) || startsWith("pseudoGeneLink",table )
         || sameWord("pseudoUcsc",table))
     {
     doPseudoPsl(tdb, item);
     }
 else if (startsWith("retroMrna",table ) || startsWith("retroAugust",table )|| startsWith("retroCds",table )|| startsWith("ucscRetro",table ))
     {
     retroClickHandler(tdb, item);
     }
 else if (sameString(table, "hgcRetroCdnaAli"))
     retroShowCdnaAli(item);
 else if (sameWord(table, "affyU95")
 	|| sameWord(table, "affyU133")
 	|| sameWord(table, "affyU74")