ebe89ecc6be330409d78328e7197b4d1e956005b gperez2 Sat Jan 24 17:16:39 2026 -0800 Making some updates to the chromAuthority setting section, refs #33014 diff --git src/hg/htdocs/goldenPath/help/assemblyHubHelp.html src/hg/htdocs/goldenPath/help/assemblyHubHelp.html index 68c8e91cd4b..ed4a8992044 100755 --- src/hg/htdocs/goldenPath/help/assemblyHubHelp.html +++ src/hg/htdocs/goldenPath/help/assemblyHubHelp.html @@ -278,38 +278,55 @@

Outputs:

Replace the chromAlias setting with the chromAliasBb setting, and specify the .bb file in the genome stanza of the hub definition:

chromAliasBb GCF_000001405.39.chromAlias.bb

This replaces the chromAlias.txt specification.

+ +

Default Naming Scheme

-

A default naming scheme may be set in the hub.txt file using the +

A default chromosome naming scheme can be set in the genome stanza using the chromAuthority setting:

chromAuthority ucsc

In this example, the value ucsc corresponds to the column header from the chromAlias.txt file. This setting ensures that names in the specified column are displayed by default in the Genome Browser.

- +

Example genome stanza:

+
+genome GCF_000001405.39
+taxId 9606
+groups groups.txt
+description human
+twoBitPath GCF_000001405.39.2bit
+twoBitBptUrl GCF_000001405.39.2bit.bpt
+chromSizes GCF_000001405.39.chrom.sizes.txt
+chromAlias GCF_000001405.39.chromAlias.txt
+chromAuthority ucsc
+organism human
+defaultPos chr1:82985474-82995474
+scientificName Homo sapiens
+htmlPath html/GCF_000001405.39_GRCh38.p13.description.html
+

groups.txt

The groups.txt file defines the grouping of track controls under the Genome Browser graphic display.

Example:

 name map
 label Mapping
 priority 2
 defaultIsClosed 0