929d72bd9fa34529245e7969d992a8977da365af hiram Mon Aug 26 14:42:56 2024 -0700 now with RefSeq representative and RefSeq latest selection options refs #32596 diff --git src/hg/htdocs/assemblySearch.html src/hg/htdocs/assemblySearch.html index c4758b0..b57f0a5 100755 --- src/hg/htdocs/assemblySearch.html +++ src/hg/htdocs/assemblySearch.html @@ -35,32 +35,36 @@ </span> <!-- a hidden span for a pop-up help message --> </span> <!-- URL argument maxItemsOutput to html page can change this --> <input type="hidden" id="maxItemsOutput" value="500"> </div> <!-- container div for search box and submit/clear buttons --> <div id="advancedSearchOptions" class="radioGroupContainer"> <div class="radioGroup"> <label><input type="checkbox" id="mustExist" onclick="atLeastOneCheckBoxOn(this)" name="mustExist" value="mustExist" checked> show assemblies in available browsers </label><br> <label><input type="checkbox" id="notExist" onclick="atLeastOneCheckBoxOn(this)" name="notExist" value="notExist" checked> show assemblies that can be requested </label> </div> <div class="radioGroup"> - <label>may match any word <input type="radio" name="wordMatch" value="anyWord" id="anyWord"></label> - <label>must match all words <input type="radio" name="wordMatch" value="allWords" id="allWords" checked></label> + <label><input type="checkbox" name="refSeqLatest" value="refSeqLatest" id="refSeqLatest"> must also be RefSeq '<em>latest</em>' status</label> + <label><input type="checkbox" name="refSeqRepresentative" value="refSeqRepresentative" id="refSeqRepresentative"> must also be RefSeq '<em>representative</em>' status</label> + </div> + <div class="radioGroup"> + <label><input type="radio" name="wordMatch" value="anyWord" id="anyWord"> may match any word</label> + <label><input type="radio" name="wordMatch" value="allWords" id="allWords" checked> must match all words</label> </div> </div> <!-- the radioGroupContainer --> </div> <!-- the entire form element --> </form> <div> <!-- search results status line --> <span id="resultCounts"> </span> <span id="measureTiming">- <em>search time: </em><span id="elapsedTime">0 milliseconds</span>.</span> </div> <!-- search results status line --> <hr> <table id="dataTable" class="dataTable sorttable fifthRowHighlight" style="border: 1px solid black; display:block; max-width:1300px; position:sticky; top:0;"> <colgroup id='colDefinitions'> <col id='viewReq' style="width: 10%"> <col id='comName' style="width: 10%"> <col id='sciName' style="width: 10%"> <col id='asmId' style="width: 20%">