d505b3f5a263432a2dc11b17b86f50b45a253614 jcasper Sun Apr 20 01:11:14 2025 -0700 Installing updated hg.conf files from UCSC servers diff --git confs/hgwbeta.hg.conf confs/hgwbeta.hg.conf index 5b73136c3a7..02db0c37820 100644 --- confs/hgwbeta.hg.conf +++ confs/hgwbeta.hg.conf @@ -263,15 +263,28 @@ # Increases the number of items that can be queries from a bigBed file bigBedMaxItems=100000 # Enables the grouping feature for track hubs trackHubsCanAddGroups=on # Enables the pop-up when clicking items option on the configure page canDoHgcInPopUp=true # Default itemRgb for bigBed tracks with enough fields (see #28498) alwaysItemRgb=on # Show errors instead of triggering error 500 pages showEarlyErrors=off + +# hubSpace related settings: +# show the hubSpace UI +storeUserFiles=true +# location of files stored by tusd +userDataDir=/tusd/beta +# The tusd endpoint files are uploaded to +hubSpaceTusdEndpoint=https://hgwbeta-hubspace.gi.ucsc.edu/files +# The web accessible location after tusd moves the files +# when an upload is completed +hubSpaceUrl=https://hgwbeta.soe.ucsc.edu/hubspace +# let users create an api key on the hub development tab to use hubSpace from the command line +showHubApiKey=true