41a33c5c70f4d253723b6dd09404329bb80030a7 dschmelt Mon Jan 3 14:36:30 2022 -0800 Adding a fixed column width for query refs #28588 diff --git src/hg/htdocs/goldenPath/help/query.html src/hg/htdocs/goldenPath/help/query.html index 9654128..b01957f 100755 --- src/hg/htdocs/goldenPath/help/query.html +++ src/hg/htdocs/goldenPath/help/query.html @@ -43,31 +43,31 @@ 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> <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><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> <td>3:1-1000000</td> <td>Displays the first million bases of chromosome 3, Ensembl format chromosome names</td></tr> <tr> <td>chr3 0 1000000</td> <td>Displays the first million bases of chromosome 3; BED format</td></tr> <tr> <td>NC_000007.14:1-1000000</td> <td>Displays the first million bases of chromosome 3, RefSeq format</td></tr>