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

diff --git src/hg/hgc/togaClick.h src/hg/hgc/togaClick.h
index daada30..a4fecdd 100644
--- src/hg/hgc/togaClick.h
+++ src/hg/hgc/togaClick.h
@@ -83,19 +83,19 @@
 /* Free a single dynamically allocated togaNucl such as created
  * with togaNuclLoad(). */
 
 struct togaInactMut *togaInactMutLoad(char **row);
 /* Load a togaInactMut from row fetched with select * from togaInactMut
  * from database.  Dispose of this with togaInactMutFree(). */
 
 void togaInactMutFree(struct togaInactMut **pEl);
 /* Free a single dynamically allocated togaInactMut such as created
  * with togaInactMutLoad(). */
 
 void extractHLTOGAsuffix(char *suffix);
 /* Extract suffix from TOGA table name.
 Prefix must be HLTOGAannot */
 
-void doHillerLabTOGAGene(struct trackDb *tdb, char *item, char *table_name);

+void doHillerLabTOGAGene(char *database, struct trackDb *tdb, char *item, char *table_name);

 /* Put up TOGA Gene track info. */
 
 #endif  // TOGACLICK_H