0440cfd6ef79932ae3d3d1934d9665b2848e8952 kate Mon Oct 7 14:54:50 2019 -0700 Add filter activated notice to bigNarrowPeak. refs #24271 diff --git src/hg/inc/hui.h src/hg/inc/hui.h index 14f9d02..df4c3ab 100644 --- src/hg/inc/hui.h +++ src/hg/inc/hui.h @@ -965,32 +965,32 @@ * non-NULL, don't allow it to be cleared and only offer subtracks * that have the same type. If fakeSubmit is non-NULL, add a hidden * var with that name so it looks like it was pressed. */ char *compositeGroupLabel(struct trackDb *childTdb, char *group, char *id); /* Given ID from group, return corresponding label, looking through parent's subGroupN's */ char *compositeGroupId(struct trackDb *tdb, char *group, char *id); /* Given label, return id, looking through parent's subGroupN's */ char *compositeLabelWithVocabLink(char *db,struct trackDb *parentTdb, struct trackDb *childTdb, char *vocabType, char *label); /* If the parentTdb has an ENCODE controlledVocabulary setting and the vocabType is found, then label will be wrapped with the link to display it. Return string is cloned. */ -boolean compositeHideEmptySubtracks(struct cart *cart, struct trackDb *tdb, - char **retMutiBedFile, char **retSubtrackIdFile); +boolean compositeHideEmptySubtracks(struct cart *cart, struct trackDb *childTdb, + char **retMutiBedFile, char **retSubtrackIdFile) /* Parse hideEmptySubtracks setting and check cart * Return TRUE if we should hide empties */ char *wgEncodeVocabLink(char *file,char *term,char *value,char *title, char *label,char *suffix); // returns allocated string of HTML link to ENCODE controlled vocabulary term char *metadataAsHtmlTable(char *db,struct trackDb *tdb,boolean showLongLabel,boolean showShortLabel); /* If metadata from metaDb exists, return string of html with table definition */ boolean compositeMetadataToggle(char *db,struct trackDb *tdb,char *title, boolean embeddedInText,boolean showLongLabel); /* If metadata from metaTbl exists, create a link that will allow toggling it's display */