53a520d17d725ceacf50f5eecead0c75470ce48a braney Sat Jul 29 16:13:58 2017 -0700 adding hgCollection, a tool to build custom collections of tracks diff --git src/hg/inc/hCommon.h src/hg/inc/hCommon.h index 13707fb..2dce72b 100644 --- src/hg/inc/hCommon.h +++ src/hg/inc/hCommon.h @@ -22,31 +22,31 @@ char *hgFileUiName(); /* Relative URL to downloladable files UI. */ char *hgTextName(); /* Relative URL to old table browser. */ char *hgTablesName(); /* Relative URL to table browser. */ char *hgVaiName(); /* Relative URL to variant annotation integrator. */ char *hgCustomName(); /* Relative URL to custom tracks manager. */ -char *hgCompositeName(); +char *hgCollectionName(); /* Relative URL to composite builder. */ char *hgHubConnectName(); /* Relative URL to track hub manager. */ char *hgSessionName(); /* Relative URL to session manager. */ char *hgPalName(); /* Relative URL to click processing program. */ char *hgVarAnnogratorName(); /* Relative URL to variant annotation integrator program. */ char *hgIntegratorName();