2f5b6e9f82297419d1f3f8539cc37a3fcec6090e jcasper Sun Jul 28 01:11:25 2024 -0700 Installing updated hg.conf files from UCSC servers diff --git confs/hgwbeta.hg.conf confs/hgwbeta.hg.conf index 9d1a59e..ded5b46 100644 --- confs/hgwbeta.hg.conf +++ confs/hgwbeta.hg.conf @@ -191,33 +191,30 @@ # Directory where a static cache of public hub files exists to # support hub search. hgHubConnect.cacheDir=../trash/hgHubConnect/hubCrawlBeta #survey=http://bit.ly/ucscTraining #surveyLabel= Request onsite workshops #Outputs every single SQL call in the error logs # JKSQL_TRACE=on # Allow the URL: /cgi-bin/hubApi to produce a WEB page # otherwise, it redirects to the help page hubApi.allowHtml=on -#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 # Enable hgPhyloPlace: hgPhyloPlaceEnabled=on nextstrainHost=https://nextstrain.org microbeTraceHost=https://cdcgov.github.io hgPhyloPlaceServerDir=/userdata/hgPhyloPlace/hgwbeta # Recommended track sets refs #25601 browser.recTrackSets=on # Enable FreeType fonts freeType=on #freeTypeDir=/usr/share/fonts/default/Type1 @@ -233,55 +230,46 @@ genarkHubPrefix=https://hgdownload.soe.ucsc.edu/hubs # Related tracks db.relatedTrack=relatedTrack # 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? curatedHubPrefix=beta udc.localDir=/gbdb -# show the hgTracks download track data in window interface popup -showDownloadUi=on - # Adding a line to allow for classic theme #browser.theme.classic=theme-floret.css -# 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 G4 key analyticsKey=G-X4EVCTYJ3E -# 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 queries from a bigBed file bigBedMaxItems=100000 trackHubsCanAddGroups=on doHgcInPopUp=true # Default itemRgb for bigBed tracks with enough fields (see #28498) alwaysItemRgb=on + +# Show errors instead of triggering error 500 pages +showEarlyErrors=off