96bae9c033a0e3043f88456daf9d3b6d238cb09e jcasper Sun Jul 6 01:11:14 2025 -0700 Installing updated hg.conf files from UCSC servers diff --git confs/rr.hg.conf confs/rr.hg.conf index 06c37dfea5c..b63f392c452 100644 --- confs/rr.hg.conf +++ confs/rr.hg.conf @@ -215,15 +215,28 @@ # Show errors instead of triggering error 500 page showEarlyErrors=off # Enables the pop-up when clicking items option on the configure page canDoHgcInPopUp=true # Enables the grouping feature for track hubs trackHubsCanAddGroups=on # Adding more aggressive bot delay #35729 newBotDelay=on # Increases the number of items that can be queried from a BAM file BAMMaxItems=30000 + +# hubSpace related settings: +# show the hubSpace UI +storeUserFiles=true +# location of files stored by tusd +tusdDataDir=/data/tusd/data/ +# The tusd endpoint files are uploaded to +hubSpaceTusdEndpoint=https://hubspace.soe.ucsc.edu/files +# The web accessible location after tusd moves the files +# when an upload is completed +hubSpaceUrl=https://hubspace.soe.ucsc.edu/hubspace +# let users create an api key on the hub development tab to use hubSpace from the command line +showHubApiKey=true