4f4b346461ccd03fb2874ac91e78dd13335689c6 jcasper Sun Mar 3 01:11:26 2024 -0800 Installing updated hg.conf files from UCSC servers diff --git confs/hgwdev.hg.conf confs/hgwdev.hg.conf index 49358ad..a916b36 100644 --- confs/hgwdev.hg.conf +++ confs/hgwdev.hg.conf @@ -352,32 +352,32 @@ # sessionDataDir setting for saved session files. # The databases must be named as this prefix followed by {01, 02, 03, ... 31}. # For example, if the value is "customData" then the databases are named # customData01, customData02, ... customData31. sessionDataDbPrefix=customData # 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=../trash/trackDbCache -cacheTrackDbDir=/dev/shm/trackDbCache -#cacheTrackDbDir= +#cacheTrackDbDir=/dev/shm/trackDbCache +cacheTrackDbDir= # Recommended track sets refs #25601 browser.recTrackSets=on #browser.recTrackSetsDetectChange=on ### Testing mouse over display function 2020-10 - Hiram #mouseOverEnabled=on # Enable hgPhyloPlace: hgPhyloPlaceEnabled=on nextstrainHost=https://nextstrain.org microbeTraceHost=https://cdcgov.github.io hgPhyloPlaceServerDir=/data/apache/userdata/hgPhyloPlace/genome-test # Enable svg based bar charts @@ -431,15 +431,22 @@ # 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 tutorial on hgTracks to new users showTutorial=on # show a message when hgTracks takes longer than X seconds to load warnSeconds=40 showEarlyErrors=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