14fcdb708c646677f8cbe059bf6d76d8a4f5b2d6 galt Wed Oct 29 11:04:46 2025 -0700 added a dash to the allowed chars list. refs #19482, #30010 diff --git src/hg/htdocs/goldenPath/help/trackDb/trackDbLibrary.shtml src/hg/htdocs/goldenPath/help/trackDb/trackDbLibrary.shtml index c1caac6714f..95390f7431b 100644 --- src/hg/htdocs/goldenPath/help/trackDb/trackDbLibrary.shtml +++ src/hg/htdocs/goldenPath/help/trackDb/trackDbLibrary.shtml @@ -129,31 +129,31 @@
The following settings, which must be defined for each trackDb record, are common to all data format types. The first few settings are required for all tracks. Some type-specific requirements will be mentioned in the appropriate sections to follow.
track

Required: Yes

This is the name of the dataset and must be unique within the Genome Browser or dataHub. Typically this is the MariaDB table name or remote data file root name (without path or suffix). Must begin with a letter and contain only the following chars: - [a-zA-Z0-9_].

+ [a-zA-Z0-9_-].

Example:

   track myFirstTrack
type

Required: Yes

Declares the format of the data and is used to determine display methods and options.

Valid settings:

altGraphX, bam, bed, bed5FloatScore,