6e23c057401f7a45a1c69033b815f9cca9ddb3b3 braney Thu Feb 21 14:00:23 2013 -0800 free list of chrom names from twoBit library, change trackHubGetHubLabels to trackHubGetCladeLables (from code review #10237) diff --git src/hg/inc/trackHub.h src/hg/inc/trackHub.h index 1cf9ae3..4a1acc9 100644 --- src/hg/inc/trackHub.h +++ src/hg/inc/trackHub.h @@ -119,31 +119,31 @@ struct slName *trackHubAllChromNames(char *database); /* Return a list of all the chrom names in this assembly hub database. */ struct chromInfo *trackHubAllChromInfo(char *database); /* Return a chromInfo structure for all the chroms in this database. */ struct chromInfo *trackHubChromInfo(char *database, char *chrom); /* Return a chromInfo structure for just this chrom in this database. */ char *trackHubGenomeNameToDb(char *genome); /* Return assembly name given a genome name if one exists, otherwise NULL. */ struct dbDb *trackHubGetDbDbs(); /* Get a list of dbDb structures for all the tracks in this clade/hub. */ -struct slPair *trackHubGetHubLabels(); +struct slPair *trackHubGetCladeLabels(); /* Get a list of labels describing the loaded assembly data hubs. */ char *trackHubAssemblyClade(char *genome); /* Return the clade/hub_name that contains this genome. */ void trackHubFixName(char *name); /* Change all characters other than alphanumeric, dash, and underbar * to underbar. */ struct grp *trackHubLoadGroups(char *database); /* Load the grp structures for this track hub database. */ char *trackHubSkipHubName(char *name); /* Skip the hub_#_ prefix in a hub name. */