aadf58f610aec3ed523daff5909e2b11de1007cc jcasper Sun Jul 13 01:11:17 2025 -0700 Installing updated hg.conf files from UCSC servers diff --git confs/euro.hg.conf confs/euro.hg.conf index 6017d371d4c..ee52987243e 100644 --- confs/euro.hg.conf +++ confs/euro.hg.conf @@ -191,29 +191,33 @@ analyticsKey=G-XDB54C19MG # 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 + +# 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 +