14c63e3f78773ecafc736870ed071304c9b542f2 brianlee Mon Oct 11 07:22:29 2021 -0700 Adding a link to the FAQ on the query page diff --git src/hg/htdocs/goldenPath/help/query.html src/hg/htdocs/goldenPath/help/query.html index bb23523b..8ecbd8b 100755 --- src/hg/htdocs/goldenPath/help/query.html +++ src/hg/htdocs/goldenPath/help/query.html @@ -33,31 +33,33 @@ </ul> <p> 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.</p> +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> <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>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>