689349fca5a4865a1891db8cd39d392657b2b09b jcasper Wed Apr 22 02:54:09 2026 -0700 Replacing the subtrackUrl setting for faceted composites with subtrackUrls, which supports outlinks in multiple fields. refs #36320 diff --git src/hg/htdocs/goldenPath/help/trackDb/changes.html src/hg/htdocs/goldenPath/help/trackDb/changes.html index ae2b62f1993..a616d45e259 100755 --- src/hg/htdocs/goldenPath/help/trackDb/changes.html +++ src/hg/htdocs/goldenPath/help/trackDb/changes.html @@ -33,30 +33,37 @@

Track Database Definition

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

+ + + + + +
Date Track Types Link to Doc Change
2026-04-22faceted composite trackssubtrackUrlsAn update for the subtrackUrls option for faceted composites, which + enables links out to other resources in the faceted table.
2026-04-10 vcf, vcfTabix, vcfPhasedTrio sampleMetadataFile Add per-sample metadata columns to the VCF genotype details table. Points to a tab-separated file with a #sample header line; columns are appended to the genotype table on the item details page.
2026-04-08 bigBed detailsScript Add custom JavaScript visualizations (e.g. histograms) to the item details page. An ES6 module is loaded on demand and renders into the extra fields table. First plot type: histogram, for logfmt-encoded allele frequency data.