c7c977ef035c3ea2a45e3394f5d0fe9c1ed0739b mspeir Wed Dec 24 10:56:26 2025 -0800 adding bulleted list of ra stanza specification, refs #35619 diff --git src/hg/htdocs/goldenPath/help/trackDb/trackDbHub.v3.html src/hg/htdocs/goldenPath/help/trackDb/trackDbHub.v3.html index 5e05d855d80..cc56ea73716 100755 --- src/hg/htdocs/goldenPath/help/trackDb/trackDbHub.v3.html +++ src/hg/htdocs/goldenPath/help/trackDb/trackDbHub.v3.html @@ -49,41 +49,53 @@
  Track Database Definition

Hub Track Database Definition (v3)

How to declare Dataset Display Settings in Genome Browser Hubs

For returning readers: We keep a list of changes to the trackDb specification below.

This document describes how to set dataset display characteristics - using "track database" or "trackDb" settings through key-value pair + using "track database" or "trackDb" settings through name-value pair associations used in a Track Hub's trackDb.txt file.

The text file format for trackDb settings starts by creating a - text block, or "stanza", for each track dataset following - "ra" rules to establish a "record" of related settings. The first - line establishes the track "key", with additional lines - containing further "setting" keys, and one or more words or numbers - that follow, which are the "values" for each setting. All trackDb - stanzas are keyed by track and delimited by blank lines. - Here is an example:

+ text block, or "stanza", for each track dataset. These stanzas should be structured + according to the following format specification: + +

Here is an example:

         track myFirstTrack
         type bigBed 3
         bigDataUrl myFirstTrack.bb
         shortLabel Example Data
         longLabel The data in this track is format "bigBed 3".    

Every track stanza should have these five settings (track type bigDataUrl shortLabel longLabel). The first line's track key value (myFirstTrack) is the identifier for the dataset given to the Browser and it must be unique for each track within your data hub. After the track key, the most important setting is the type key. This value (bigBed 3) tells the Browser the type of format the