037fad09eb0c322d3ede8e3a20fad478777d58f3 braney Tue Jul 9 14:28:33 2013 -0700 resolve newly introduced error in menu bar, notify users that hgVai doesn't work with assembly hubs, and resolve caching problems with assembly hubs (set udc cache timeout before opening hubs (otherwise the default is 0), don't open 2bit files until they are actually used) diff --git src/hg/inc/hui.h src/hg/inc/hui.h index 18c64de..9037b96 100644 --- src/hg/inc/hui.h +++ src/hg/inc/hui.h @@ -1,28 +1,31 @@ /* hui - human genome browser user interface controls that are shared * between more than one CGI. */ #ifndef HUI_H #define HUI_H #include "cart.h" #include "trackDb.h" #include "customTrack.h" #include "wiggle.h" #include "asParse.h" struct lineFile; +void setUdcTimeout(struct cart *cart); +/* set the udc cache timeout */ + void setUdcCacheDir(); /* set the path to the udc cache dir */ char *hDownloadsServer(); /* get the downloads server from hg.conf or the default */ char *hUserCookie(); /* Return our cookie name. */ char *wrapWhiteFont(char *s); /* Write white font around s */ #define HELP_DIR "/goldenPath/help" /* will be appended to DOCUMENT_ROOT */