9440548e67d816a02d14939e7114ab57a12f6965 braney Sat Apr 12 15:35:48 2014 -0700 first cut at writing out search terms from public hubs #11633 diff --git src/hg/inc/hubConnect.h src/hg/inc/hubConnect.h index 3186c1f..d34348a 100644 --- src/hg/inc/hubConnect.h +++ src/hg/inc/hubConnect.h @@ -131,16 +131,18 @@ struct trackDb *hubAddTracks(struct hubConnectStatus *hub, char *database); /* Load up stuff from data hub and append to list. The hubUrl points to * a trackDb.ra format file. */ struct hubConnectStatus *hubConnectLoadHubs(struct cart *cart); /* load the track data hubs. Set a static global to remember them */ struct hubConnectStatus *hubConnectGetHubs(); /* return the static global to the track data hubs */ struct trackDb *hubCollectTracks( char *database, struct grp **pGroupList); /* Generate trackDb structures for all the tracks in attached hubs. * Make grp structures for each hub. Returned group list is reversed. */ +char *hubConnectSkipHubPrefix(char *trackName); +/* Given something like "hub_123_myWig" return myWig. Don't free this, it's not allocated */ #endif /* HUBCONNECT_H */