0336ab0d15416a66c9eece5091e726c381d55c53 dschmelt Fri Jun 12 15:53:55 2020 -0700 Fixing doc No RM diff --git src/hg/htdocs/goldenPath/help/hubQuickStartSearch.html src/hg/htdocs/goldenPath/help/hubQuickStartSearch.html index d0f4d98..3a113af 100755 --- src/hg/htdocs/goldenPath/help/hubQuickStartSearch.html +++ src/hg/htdocs/goldenPath/help/hubQuickStartSearch.html @@ -144,45 +144,47 @@ accepts byte-ranges. You can check using the following command to verify "Accept-Ranges: bytes" displays:

curl -IL http://yourURL/hub.txt

Note that the Browser waits 5 minutes before checking for any changes to these files. When editing hub.txt, genomes.txt,and trackDb.txt, you can shorten this delay by adding udcTimeout=1 to your URL. For more information, see the Debugging and Updating Track Hubs section of the Track Hub User Guide.

Understanding hub.txt with useOneFile

-The hub.txt file is a configuration file with names, descriptions, and paths to other files, -The example below uses the setting useOneFile on to indicate that all the settings and paths -appear in only the hub.txt file as opposed to having two additional settings files (genome.txt and -trackDb.txt). To see the actual hub.txt file for the above example, click -here.

+The hub.txt file is a configuration file with names, descriptions, and paths to other files. +The example below uses the setting useOneFile on to indicate that all the settings +and paths appear in only the hub.txt file as opposed to having two additional settings files +(genomes.txt and trackDb.txt). Please visit the UseOneFile guide for more information. +

The most important settings to make the hub searchable appear in the third section, in what would formerly be the trackDb.txt file. The searchIndex and searchTrix indicate which fields are indexed in the bigBed file and where to find the .ix file respectively. +To see the actual hub.txt file for the above example, click +here.

hub MyHubsNameWithoutSpaces
 shortLabel My Hub's Name
 longLabel Name up to 80 characters versus shortLabel limited to 17 characters
-genomesFile genomes.txt
 email myEmail@address
 descriptionUrl aboutMyHub.html
 useOneFile on
 
 genome assembly_database_2
 
 track uniqueNameNoSpacesOrDots
 type track_type
 bigDataUrl track_data_url
 shortLabel label 17 chars
 longLabel long label up to 80 chars
 visibiltiy hide/dense/squish/pack/full
 searchIndex field,field2
 searchTrix path/to/.ix/file