f50fbe16a5fe95c1e0c1a84e88b689f06e9c682f gperez2 Fri Sep 26 17:46:49 2025 -0700 Replacing the Assembly Hub wiki links with the new Assembly Hub User Guide page, refs #34740 diff --git src/hg/htdocs/FAQ/FAQlink.html src/hg/htdocs/FAQ/FAQlink.html index 48086be95a9..1ca48ee863e 100755 --- src/hg/htdocs/FAQ/FAQlink.html +++ src/hg/htdocs/FAQ/FAQlink.html @@ -338,31 +338,31 @@ (hideTracks=1), hides the subtrack kids of a particular track (gtexRnaSignalMaleYoung_hideKids=1), sets a specific subtrack to be displayed (gtexRnaSignalSRR1311243=full), and ignores user settings (ignoreCookie=1).
https://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&hubUrl=http://hgdownload.soe.ucsc.edu/hubs/gtex/hub.txt&hideTracks=1>exRnaSignalMaleYoung_hideKids=1>exRnaSignalMaleYoung=full>exRnaSignalSRR1311243=full&ignoreCookie=1
To link to an assembly hub and display data on a non-natively supported genome, the same
parameters apply. To specify the intended genome assembly, instead of using db=
,
you must use genome=araTha1
, where araTha1 is the assembly name set by
your genomes.txt file in the line genome araTha1
.
https://genome.ucsc.edu/cgi-bin/hgTracks?genome=araTha1&hubUrl=http://genome.ucsc.edu/goldenPath/help/examples/hubExamples/hubAssembly/plantAraTha1/hub.txt
To see the files behind that assembly hub, please visit the hub's directory. For more information on assembly hubs in general, please see the -assembly hub wiki, the assembly hub user guide, the track hub user guide, or the quick start guide to assembly hubs.
hubClear=
to remove hubs at the same location
Another feature one can use in place of hubUrl=
is
hubClear=
, which will load a hub while simultaneously disconnecting
or clearing, hubs located at the same location. For example, adding
hubClear=http://university.edu/lab/folder/hub10.txt
would connect the
referenced hub10.txt while simultaneously disconnecting any hubs that might be
displayed from the same http://university.edu/lab/folder/
directory
(for example, hub1.txt, hub2.txt, etc.). This feature can be useful for dynamically
generated hubs that might collect in the browser otherwise.