eabd99a717cdec9ebced9d5164af445c81af2148 brianlee Fri Jun 17 09:44:56 2022 -0700 Advertising ability to create searcheable track hubs via searchTrix on query page, no RM diff --git src/hg/htdocs/goldenPath/help/query.html src/hg/htdocs/goldenPath/help/query.html index 9d56e6e..f7c0026 100755 --- src/hg/htdocs/goldenPath/help/query.html +++ src/hg/htdocs/goldenPath/help/query.html @@ -35,31 +35,33 @@ To specify a genome position:</p> <ol> <li> Select the desired clade, genome and assembly</li> <li> Enter the desired query in the "Position/Search Term" box (see sample queries below)</li> <li> Click the "Go" button</li> </ol> <p> Note: A query may have multiple results. If this is the case, a results page will appear listing each result along with the track it is associated with. Once selected, the result will be displayed in the Browser with a highlighted tag, making it easier to identify. Also, if you have further questions, you can search the <a href="/FAQ/index.html" target="_blank">Genome Browser FAQ</a> -page and find links to further resources.</p> +page and find links to further resources. Also, developers of track hubs can create +<a href="hubQuickStartSearch.html" target="_blank">searchable track hubs</a> using the +<a href="trix.html" target="_blank"><code>searchTrix</code></a> setting.</p> <h2>Sample queries</h2> <p> Below is a list of examples that might be used to query the Genome Browser. Note that not every query listed here will produce a result in every assembly. The list serves only to illustrate the different types of queries that can be performed. <table border="1"> <tr><th width="200">Query</th><th width="250">Genome Browser Response</th></tr> <tr> <td>chr7</td> <td>Displays all of chromosome 7</td></tr> <tr> <td>chr3:1-1000000</td> <td>Displays the first million bases of chromosome 3, counting from the p-arm telomere</td></tr> <tr>