6d1c72eb5d13c0c9bd80170aa0131fd47d1edf90 hiram Fri Nov 18 15:39:46 2022 -0800 add discussion about how to make your track hub appear on a GenArk assembly hub refs #30297 diff --git src/hg/htdocs/goldenPath/help/hgTracksHelp.html src/hg/htdocs/goldenPath/help/hgTracksHelp.html index 2a0039c..5df7a0a 100755 --- src/hg/htdocs/goldenPath/help/hgTracksHelp.html +++ src/hg/htdocs/goldenPath/help/hgTracksHelp.html @@ -20,30 +20,31 @@
Annotation track descriptions
Using BLAT alignments
Getting Started with:
DNA text formatting
Converting data between assemblies
Downloading genome data
Creating and managing custom annotation tracks
Getting started on Track Hubs
+
Track Hubs for GenArk assembly hub
Track Hubs in a single file
Using the VisiGene Image Browser

Search the Genome Browser help pages:  

@@ -1446,30 +1447,62 @@ Browser interface. Browser users can display tracks from any public track hub that has been registered with UCSC. We offer guidelines for those who want to make a hub a public track hub. Additionally, users can import data from unlisted hubs or can set up, display, and share their own track hubs.

For information on using the Track Hub features, refer to the Genome Browser Track Hub User Guide. For specific information on configuring your trackDb.txt file, refer to the Track Database Definition Document. See also the Basic Hub Quick Start Guide, Quick Start Guide to Organizing Track Hubs into Groupings, Track hub settings blog post, Quick Start Guide to Assembly Hubs and Quick Start Guide to Searchable Track Hubs.

+ +

Track Hubs for GenArk assembly hub

+

+To construct a track hub that will display on a +GenArk Assembly hub, specify the GenArk assembly +name in the genome statement in your hub.txt file as +described below. +For example, a reference such as: +

+
+genome GCA_021951015.1
+
+

+will direct your track hub to display on the human +Feb. 2022 - GCA_021951015.1 - HG002.mat.cur.20211005 genome assembly. +

+

+To share your track hub with your audience of interest, when you publish +the URL to your track hub, that genome reference in your track hub.txt +file will cause that associated assembly hub to display in the genome +browser with your track hub annotations on that genome browser. There is no +need to otherwise reference the assembly hub, it will automatically attach +itself. +

+

+A complete list of all available GenArk assemblies available can +be seen in the text file +UCSC_GI.assemblyHubList.txt. +

+

Track Hubs in a single file

Historically, a hub needed a set of text files to specify properties for a track hub and each of the data tracks within the hub. The track hub settings were stored in a three file structure: hub.txt, genomes.txt, and trackDb.txt

 myHub/          - directory containing track hub files
 * hub.txt       - a short description of hub properties
 * genomes.txt   - list of genome assemblies included in the hub data
 * hg19/         - directory of data for the hg19 (GRCh37) human assembly
 ** trackDb.txt  - display properties for tracks in this directory
 

Now, there is a trackDb option to have your entire track hub inside of one file,