2f5b6e9f82297419d1f3f8539cc37a3fcec6090e
jcasper
  Sun Jul 28 01:11:25 2024 -0700
Installing updated hg.conf files from UCSC servers

diff --git confs/rr.hg.conf confs/rr.hg.conf
index 6f69823..b408700 100644
--- confs/rr.hg.conf
+++ confs/rr.hg.conf
@@ -14,32 +14,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
 # Commented out by request from dschmelt 10/05/18
 login.systemName=hgLogin CGI
 #wiki.host=genome.ucsc.edu
 wiki.userNameCookie=wikidb_mw1_UserName
 wiki.loggedInCookie=wikidb_mw1_UserID
@@ -182,47 +180,38 @@
 # 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=<b><a target=_blank style='font-size:small; position: absolute; margin-left: 1em' href='/goldenPath/newsarch.html#041222'>What is human CHM13-T2T?</a></b>
 
 # 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-P5EV0BL192
 
 #signalsHandler=off
 
-# 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