35de98e7042d6dcf9372b62be5d23a4494ef7516
jcasper
  Sun May 26 01:11:17 2024 -0700
Installing updated hg.conf files from UCSC servers

diff --git confs/hgwdev.hg.conf confs/hgwdev.hg.conf
index a80cce4..e398942 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