5709a7858d5c197721be66d5218a79124abadb70 lrnassar Tue Mar 17 08:46:31 2026 -0700 Adding alt text to images across static documentation pages, CGI headers, markdown docs, and Pandoc templates. Content images receive AI-generated descriptive alt text; decorative images (icons, spacers, toggles) receive alt="" per WCAG best practice. Also adds Image Descriptions section to the accessibility page, and fixes Pandoc Lua writers to output alt attributes. 67 files, covering help docs, news archive, ENCODE pages, portal pages, and session examples. refs #37254 diff --git src/hg/htdocs/inc/hgCollectionHelpInclude.html src/hg/htdocs/inc/hgCollectionHelpInclude.html index fec8f0456e8..e36078cb5a7 100755 --- src/hg/htdocs/inc/hgCollectionHelpInclude.html +++ src/hg/htdocs/inc/hgCollectionHelpInclude.html @@ -20,31 +20,31 @@

Introduction

The Track Collection Builder (My Data > Track Collection Builder) is a tool that allows multiple tracks to be copied and grouped together into one composite track or "collection." A composite track can be thought of as a container for grouping a set of similar-type annotation tracks.

Quick video demo

- +       Visit our Video Page.

Visit our YouTube channel for more videos.

Supported Data Types

Only the following continuous-value graphing track types can be added to a collection:

@@ -117,32 +117,31 @@
  • Add & remove tracks
  • Step 3: Browser viewing options

    When viewing collections within the browser, the following viewing options are available:

    Tip: Displaying collection names in the browser:

    - hgCollection Mouse-over in browser window.jpg

    + Track Collection Builder showing mouseover tooltip on a collection item


    Once a collection has been created and tracks have been added to it, click (upper right) to view the collection in the browser window. In the browser, mouse-over the gray vertical buttons at the left window frame to see the name of each collection.



    @@ -194,64 +192,61 @@
  • Track Color:
  • Track color for all subtracks in a collection can be set by double-clicking the collection folder in the right window of the Track Collection Builder, which will display a pop-up dialog box. In the pop-up, a color can be set for the subtracks in the collection. Color will be applied as a gradient to subtracks in the collection (e.g., if red is selected, the subtrack graphs will appear in varied shades of red within the browser window).

    To revert back to the original track color, change the color picker to '#000000'. To change the track color to black rather than any non-black original color, set the color picker to any shade of black besides '#000000', such as '#000001'. For example, if a track's original color is green, you can change it to red with the color picker. To change this track back to the original color (green), set the color picker to '#000000'. If you instead want to change that track to black, select any shade of black in the color picker, such as '#000001'.

    - hgCollection double click folder icon to edit color

    + Track Collection Builder with color editing icon on a folder

    - hgCollection name, description and color pop-up editor

    + Color picker dialog for setting track collection display color

  • Merge methods (aggregate/overlay graphing view options):
  • None
    Default setting; no overlay/merge is applied. Subtracks appear as individual tracks within the collection/composite.
    Transparent
    Subtrack graphs are merged together with transparent overlay views.
    Solid
    Subtrack graphs are merged together with solid overlay views.
    Stacked
    Subtrack graphs are layered horizontally with solid overlay views for each subtrack.
    Add
    Subtrack graphs are layered horizontally and merged into one solid overlay color; the silhouette of 'stacked.' For this 'add' view, there is also the option to configure how missing data are treated (see section below).
    Subtract
    The first (top) subtrack is subtracted from the sum of the others. Note: Re-order collection subtracks in the 'Collected Tracks' pane to change which subtract is at the top. For this 'subtract' view, there is also the option to configure how missing data are treated (see section below).

    - hgCollection drop-down options for Merge Method

    + Merge method dropdown options for combining tracks in a collection


    Tracks in collections can be displayed with multiWig aggregate/overlay "merge" methods (stacked, transparent, etc.) as well as new add & subtract options.