9f5a3871b95f595b5a218f0d05395a8c72d58844
braney
Tue Aug 25 12:57:10 2026 -0700
remove the bigBedOnePath fallback, leaving a single bigBed load path, refs #36940
bigBedOnePath has defaulted to on since v492 and the setting has been removed
from the hg.conf of the RR, Euro, Asia and hgwbeta. Drop the check and the code
it guarded at all four sites: the field-count default in
bigBedAddLinkedFeaturesFromExt, the method setup in commonBigBedMethods, the
bedSize default in bigBedClick, and the bigBed case in hgc. The two branches in
the hgc case differed only in a minimum the surviving path does not want.
complexBedMethods lost its only isBigBed=TRUE caller with that branch, so drop
the parameter.
Retire the setting from the hg.conf catalog and its gate backlog, and repair the
two hgc.c citations whose line numbers this commit shifted, refs #37925.
Verified pixel-identical: 14 scenarios rendered before and after, covering the
four QA sessions on the ticket plus mm10 knownGene, dbSnp155, rmsk,
encRegTfbsClustered, clinvar and tandemDups. All AE=0.
diff --git src/hg/utils/hgConfCatalog/hgConfCatalog.py src/hg/utils/hgConfCatalog/hgConfCatalog.py
index 55981dcd176..0b666eb494b 100755
--- src/hg/utils/hgConfCatalog/hgConfCatalog.py
+++ src/hg/utils/hgConfCatalog/hgConfCatalog.py
@@ -244,31 +244,31 @@
note="Expose the hub API key UI. Shares its call site with "
"storeUserFiles, so the two should be retired together."),
h("autoBlatBigPsl", "flag", "hg/hgBlat/hgBlat.c:3377",
default="FALSE", role="gate", verified=True, ticket="32751",
note="Always create a custom track from BLAT results, so a result "
"page can be reopened and shared. The read at hgBlat.c:2972 "
"overrides the file-scope autoBigPsl, which is initialised "
"FALSE at hgBlat.c:60 under the comment \"DEFAULT VALUE change "
"to TRUE in future\", and eleven branches downstream test it. "
"Filed as a knob until that was read, on the strength of the "
"default being an identifier the harvester could not resolve; "
"a flag whose own source says to flip it later is a gate."),
h("blatShowLocus", "flag", "hg/hgBlat/hgBlat.c:1165", default="FALSE",
role="gate", verified=True,
note="Show the genomic locus alongside BLAT results."),
- h("modernAlignPage", "flag", "hg/hgc/hgc.c:9390", default="FALSE",
+ h("modernAlignPage", "flag", "hg/hgc/hgc.c:9377", default="FALSE",
role="gate", verified=True, ticket="37893",
note="Use the modern single-page base-by-base alignment view (the one "
"hgBlat's new results page uses) for ordinary alignment clicks too "
"- mRNA/EST, PSL and similar hgc details - instead of the classic "
"two-frame