5dc1d6e658ab009f27314e192340275a6bb70237 max Tue Jun 2 16:20:48 2026 -0700 Add colorFields trackDb setting for bigBed/bigGenePred color scheme switching Adds a new trackDb statement `colorFields` that renders a "Color by:" dropdown in the track controls page, letting users switch among multiple pre-computed color schemes stored as extra bigBed fields containing R,G,B strings. The `default="label"` key renames the standard itemRgb option in the dropdown. Other entries name extra bigBed fields whose R,G,B values override itemRgb when selected. When a non-default scheme is active, a "(Coloring by: label)" suffix appears in the track long label. Changes: - hui.c/hui.h: new colorFieldsCfgUi() rendered inside bedScoreCfgUi() for bigBed - bigBedTrack.c: colorFieldIdx lookup + per-item filterColor override + longLabel suffix - tagTypes.tab: register colorFields for bigBed and bigGenePred - trackDbLibrary.shtml, trackDbDoc.html, trackDbHub.v3.html, changes.html: documentation refs #26253 Co-Authored-By: Claude Sonnet 4.6 diff --git src/hg/htdocs/goldenPath/help/trackDb/changes.html src/hg/htdocs/goldenPath/help/trackDb/changes.html index e52678170c8..1f319f4fb00 100755 --- src/hg/htdocs/goldenPath/help/trackDb/changes.html +++ src/hg/htdocs/goldenPath/help/trackDb/changes.html @@ -33,30 +33,42 @@

Track Database Definition

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

+ + + + + + +
Date Track Types Link to Doc Change
2026-06-02bigBed, bigGenePredcolorFieldsNew colorFields setting adds a Color by: dropdown to the + track controls page, letting users switch among multiple pre-computed color schemes + stored as extra bigBed fields containing R,G,B strings. + The special name default="label" renames the standard itemRgb option. + When a non-default scheme is selected, a (Coloring by: label) suffix + appears in the track long label.
2026-05-08 bed, bigBed filterPriority / highlightPriority New filterPriority.<fieldName> setting controls the display order of filter controls on the track configuration page. A companion highlightPriority.<fieldName> setting orders highlight controls.
2026-04-22 faceted composite tracks subtrackUrls An update for the subtrackUrls option for faceted composites, which enables links out to other resources in the faceted table.