f42aedac7eaf850e2df8200dfbded43936b9dc76 braney Thu Apr 8 14:34:25 2021 -0700 fix chain click-throughs from assembly hubs to native assemblies and vice-versa diff --git src/hg/inc/trackHub.h src/hg/inc/trackHub.h index 87d914c..316a945 100644 --- src/hg/inc/trackHub.h +++ src/hg/inc/trackHub.h @@ -205,17 +205,20 @@ /* Get a list of connected track hubs that have blat servers */ struct slPair *trackHubDbDbToValueLabel(struct dbDb *hubDbDbList); /* Given a trackHub (list of) track hub dbDb which may be missing some info, * return an slPair of value and label suitable for making a select/menu option. */ void hubCheckBigDataUrl(struct trackHub *hub, struct trackHubGenome *genome, struct trackDb *tdb); /* Check remote file exists and is of correct type. Wrap this in error catcher */ struct dbDb *trackHubGetPcrServers(); /* Look through attached trackHubs to see which of them have "isPcr" line in them. */ boolean trackHubGetPcrParams(char *database, char **pHost, char **pPort, char **pGenomeDataDir); /* Get the isPcr params from a trackHub genome. */ + +struct trackHubGenome *trackHubGetGenomeUndecorated(char *database); +/* Get the genome structure for an undecorated genome name. */ #endif /* TRACKHUB_H */