5edb6320068c0facd5c038296c99d6faf83e5210 jcasper Sun Aug 9 01:11:19 2026 -0700 Installing updated hg.conf files from UCSC servers diff --git confs/hgwdev.hg.conf confs/hgwdev.hg.conf index 0ca736c4bd4..c4e59a2c415 100644 --- confs/hgwdev.hg.conf +++ confs/hgwdev.hg.conf @@ -471,30 +471,45 @@ quickLift.delColor=0,0,127,64 quickLift.doubleColor=127,127,127,64 quickLift.mismatchColor=255,0,0,64 # Increases the number of items that can be queried from a BAM file BAMMaxItems=60000 # new flag for testing rm32751 turn on automatic creation of custom tracks from hgBlat results. autoBlatBigPsl=on # you can also comment it out and test that it behaves the old way as expected. # BLAT shows locus name of the match #35993 blatShowLocus=on #blatShowLocus=off +# refs #37893 (new hgBlat results page): show the invitation banner on the CLASSIC BLAT results +# page so users can opt in to the new interactive results table. The new page itself is reached +# via that banner or a blatNewPage=1 link and remembered per-user in the cart; this flag only +# controls whether the invite banner appears. Off by default while the page is being tested. +blatNewPageBanner=on + +# refs #37893: when hgBlat builds a new BLAT results custom track, decide what happens to the +# user's PREVIOUS BLAT results tracks so they don't pile up in the browser. Values: +# keep (default) leave earlier BLAT tracks visible +# hide set earlier BLAT tracks to hidden so only the newest result shows +# delete remove earlier BLAT tracks entirely +# Only affects tracks tagged as BLAT results (trackDb setting blatResult=on), and only at track +# creation time - never when the user follows the result links. +blatOldTracks=hide + # Enables genark hubs to appear in assembly dropdowns for hgConvert/hgLiftOver genarkLiftOver=on # Enables the gear and x icon for hgTracks #greyBarIcons=on # very experimental, only on hgwdev: support for an embedded IGV track, see #36337 showIgv=on # Enables approved hgLogin redirect #login.approvedReturn=https://genome-preview.ucsc.edu/ # Enables single path loading for bigBed. Also, affects bigGenePred and bigPsl. #bigBedOnePath=on @@ -518,20 +533,19 @@ # Set a limit on how many IP addresses can use the same hguid before a forced captcha check, see #37494 hguidIpTracking.enabled=on bottleneck.host=hgwdev bottleneck.port=17776 # Ordered comma-separated list of genePred tables tried when resolving "<symbol> exon <N>" searches. # First table with a matching gene symbol wins. Remove or reorder to suit the assembly. geneTracks=ncbiRefSeqSelect,knownGene,ncbiRefSeq,ncbiRefSeqHistorical # Allow changing of item color via right click canColorItems=on # 2026-07-24 - Hiram - control feature in hgLogin for a password reveal button # default on, set to 'off' to disable this feature -# login.pwdEyeIcon=on -login.google.clientId=1075460268512-e5buta46lhilmp0och3lqlpuc7vqpj4v.apps.googleusercontent.com -login.google.clientSecret=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 -login.orcid.clientId=APP-1IVVNRWC7SY98KGB -login.orcid.clientSecret=694ab444-0ba0-4399-a0d6-7541ffbf06bc +login.pwdEyeIcon=on + +# Enable passwordless email-link sign-in and the change-email option (genome-test), ticket 37929 +login.emailLink=on