512381f3f183b65eaab1d1a341f8510fb919e981
jcasper
  Sun Jan 26 01:11:15 2025 -0800
Installing updated hg.conf files from UCSC servers

diff --git confs/hgwdev.hg.conf confs/hgwdev.hg.conf
index cd6b386f380..98944f2411e 100644
--- confs/hgwdev.hg.conf
+++ confs/hgwdev.hg.conf
@@ -348,32 +348,32 @@
 # Name prefix of 31 separate databases (one for each day of month, on same
 # server as customTrash, using customTracks.* profile) for custom track
 # database tables that belong to users' saved sessions, analogous to
 # 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
 
 # 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
@@ -441,15 +441,16 @@
 trackHubsCanAddGroups=on
 
 # see #33023
 bigBedMaxItems=100000
 
 # Default itemRgb for bigBed tracks with enough fields (see #28498)
 alwaysItemRgb=on
 
 # hubSpace related settings:
 # show the hubSpace UI
 storeUserFiles=false
 # location of files stored by tusd
 userDataDir=/hive/users/chmalee/tmp/userDataDir
 # let users create an api key on the hub development tab to use hubSpace from the command line
 showHubApiKey=true
+