f3e8c2d2a50439d3def29335a814c30294b6d309 braney Wed Sep 9 11:31:56 2015 -0700 add ability to specify a genome within an assembly hub (no redmine) diff --git src/hg/inc/hubConnect.h src/hg/inc/hubConnect.h index 486e3fc..4e2fdca 100644 --- src/hg/inc/hubConnect.h +++ src/hg/inc/hubConnect.h @@ -19,30 +19,33 @@ #define defaultHubStatusTableName "hubStatus" /* Name of table that maintains status of hubs read/write. */ #define hubStatusTableConfVariable "hub.statusTableName" /* the name of the hg.conf variable to use something other than the default */ #define hgHubConnectTimeToCheck "hub.timeToCheck" /* the number of seconds to wait before checking the hub again */ #define hgHubCheckUrl "hubCheckUrl" /* name of cgi variable containing hub name to check */ #define hgHubDataText "hubUrl" /* name of cgi variable containing new hub name */ +#define hgHubGenome "genome" +/* name of the cgi variable to specify a db within an assembly hub */ + #define hgHubDataClearText "hubClear" /* name of cgi variable containing new hub name */ #define hubTrackPrefix "hub_" /* The names of all hub tracks begin with this. Use in cart. */ #define hgHubSearchTerms "hubSearchTerms" /* name of cart/cgi variable containing the current search terms */ #define hgHub "hgHub_" /* prefix for all control variables */ #define hgHubDo hgHub "do_" /* prefix for all commands */ #define hgHubDoClear hgHubDo "clear" #define hgHubDoSearch hgHubDo "search" #define hgHubDoDeleteSearch hgHubDo "deleteSearch" #define hgHubDoDisconnect hgHubDo "disconnect"