aadf58f610aec3ed523daff5909e2b11de1007cc jcasper Sun Jul 13 01:11:17 2025 -0700 Installing updated hg.conf files from UCSC servers diff --git confs/rr.hg.conf confs/rr.hg.conf index b63f392c452..11edf8029ae 100644 --- confs/rr.hg.conf +++ confs/rr.hg.conf @@ -201,42 +201,46 @@ #signalsHandler=off # 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 - # 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 + +# new flag for testing rm32751 turn on automatic creation of custom tracks from hgBlat results. +autoBlatBigPsl=on + +# BLAT shows locus name of the match #35993 +blatShowLocus=off +