2f5b6e9f82297419d1f3f8539cc37a3fcec6090e jcasper Sun Jul 28 01:11:25 2024 -0700 Installing updated hg.conf files from UCSC servers diff --git confs/euro.hg.conf confs/euro.hg.conf index a320e79..c89d759 100644 --- confs/euro.hg.conf +++ confs/euro.hg.conf @@ -13,32 +13,30 @@ # Comment out to disable new double/query insert highlighting options: browser.indelOptions=on # /data/tmp is the default tmpdir location, change this if desired elsewhere. # What you want is for it to be on a local filesystem, and it must be # read/write/delete enabled for the Apache browser effective user # Programs required for per-SNP geographic maps of HGDP population # allele frequencies: hgc.psxyPath=/hive/data/outside/GMT4.3.1/bin/psxy hgc.ps2rasterPath=/hive/data/outside/GMT4.3.1/bin/ps2raster hgc.ghostscriptPath=/usr/bin/ghostscript #hgHubConnect hgHubConnect.cacheDir=../trash/hgHubConnect/hubCrawlPublic -#Allow hgHubConnect to run the hubCheck command -hgHubConnect.validateHub=on # Setting speeds up the browser by caching large trackDb (such as big hubs) cacheTrackDbDir=/dev/shm/trackDbCache # location of grepIndex files grepIndex.genbank=/gbdb/genbank/grepIndex grepIndex.default=/gbdb # wiki items to use the login system in the genomewiki for # session management login.systemName=hgLogin CGI wiki.host=genome.ucsc.edu login.acceptIdx=no wiki.userNameCookie=wikidb_mw1_UserName wiki.loggedInCookie=wikidb_mw1_UserID @@ -174,45 +172,36 @@ # turns off the hardwired whitelist exceptions in https.c httpsCertCheckDomainExceptions= # with wildcard for testing: #httpsCertCheckDomainExceptions=noHardwiredExceptions *.upf.edu *.igh.cnrs.fr *.med.umich.edu # Assembly-specific html (e.g. links to more info) GCA_009914755.4_html=What is human CHM13-T2T? # Adding parallel loading on files from /gbdb, refs #29819 udc.localDir=/gbdb # Adding curated hubs line by request from Jairo 09/26/22 curatedHubPrefix=public -# show the hgTracks download track data in window interface popup -showDownloadUi=on - -# allows merging of carts - needed so that recommended track sets do not overwrite your own custom data #28525. Note to delete in future as we want this default -mergeRecommended=on - # show a message when hgTracks takes longer than X seconds to load warnSeconds=40 -# Enables the snake display option -canSnake=on - # new GA4 key analyticsKey=G-XDB54C19MG -# show a tutorial on hgTracks to new users -showTutorial=on - # use new mouseovers instead of title tags showMouseovers=on # we trust trackDb to know what tables and files exist on this machine # so we won't check at start up trustTrackDb=on # limit memory to 20G maxMem=21474836480 # Increases the number of items that can be queried from a bigBed file bigBedMaxItems=100000 + +# Show errors instead of triggering error 500 page +showEarlyErrors=off