9d9210bb7b34131505ab50b5e62bb88680dc6129 mspeir Wed Sep 9 15:14:09 2026 -0700 trackDb docs: add vcfPhasedColorBy, refs #38010 vcfPhasedColorBy has been read by vcfUi.c since the trio display went in, but it was documented nowhere: not on the VCF help pages, not in trackDbLibrary, and tdbQuery -check would have rejected it because tagTypes.tab did not list it either. So a hub author had no way to find the setting and no way to use it without tripping the checker. Add the library blurb, the rows in trackDbDoc.html and trackDbHub.v3.html, a changes.html entry, and the tagTypes.tab registration. The blurb spells out that mendelDiff needs vcfParentSamples and that function is only offered when geneTrack is set, since both conditions are enforced in vcfUi.c and neither is obvious from the value name. Companion to the two commits documenting the same settings on vcf.html and hgVcfTrackHelp.html. Co-Authored-By: Claude Opus 5 (1M context) diff --git src/hg/htdocs/goldenPath/help/trackDb/changes.html src/hg/htdocs/goldenPath/help/trackDb/changes.html index c753c837b11..2feaa5997dc 100755 --- src/hg/htdocs/goldenPath/help/trackDb/changes.html +++ src/hg/htdocs/goldenPath/help/trackDb/changes.html @@ -32,30 +32,41 @@

Track Database Definition

This document summarizes the changes to the UCSC Genome Browser Hub TrackDb specification.

+ + + + + +
Date Track Types Link to Doc Change
2026-09-09vcfPhasedTriovcfPhasedColorByDocumenting an existing setting that had never been written down. It picks how + variants on each haplotype lane are colored: noColor (the default), + deNovo for child variants absent from both parents, mendelDiff + for child variants that disagree with the transmitted allele the parents imply, and + function for predicted effect on the gene, which also needs + geneTrack.
2026-09-08 bigBed detailsScript New plot type scatterPlot, which draws a cloud of background points from a JSON or TSV file named by dataUrl and marks the clicked item's own coordinates on it. Background points can carry a category, which colors them and builds a legend, and a label, which is shown on mouseover. Also new for every plot type: the exportFields config key, listing further bigBed fields whose values are passed to the module, and hub-relative resolution of any config key ending in Url. Such a file is read server-side and must sit inside a connected hub.
2026-09-06