393c8a7bb0e4dc56856fcbe514a4aa65914f096b lrnassar Wed Feb 12 11:25:50 2020 -0800 Fixing linkout to GTF files on download server refs #24810 diff --git src/hg/hgTables/mainPage.c src/hg/hgTables/mainPage.c index 9ee309b..9988063 100644 --- src/hg/hgTables/mainPage.c +++ src/hg/hgTables/mainPage.c @@ -380,31 +380,31 @@ { hPrintf(" <OPTION VALUE=%s", ot->name); if (sameString(ot->name, outputType)) hPrintf(" SELECTED"); if (sameString(ot->name, outBed) || sameString(ot->name, outWigBed)) hPrintf(" id=\"outBed\""); hPrintf(">%s\n", ot->label); } hPrintf("</SELECT>\n"); hPrintf(" "); hPrintf("<DIV style='display:none; opacity:0.9; border: 1px solid #EEE; margin: 2px; padding: 4px' id='gffNote'>" "<b>Note:</b> Table Browser GTF files contain transcripts, but no gene identifiers or symbols.<br> " "If you are looking for fully formatted " "gene model files for use in genome analysis pipelines,<br>check the " - "<a href='https://hgdownload.soe.ucsc.edu/%s/bigZips/genes'>bigZips/genes</a> " + "<a href='https://hgdownload.soe.ucsc.edu/goldenPath/%s/bigZips/genes'>bigZips/genes</a> " "directory on our download server.</DIV>", database); hPrintf(" "); jsInline("function checkGtfNote() {" "if (document.getElementById('outputTypeDropdown').value==='gff') " " document.getElementById('gffNote').style.display=''; " "else " " document.getElementById('gffNote').style.display='none'; " "}" "$(document).ready(checkGtfNote);\n" ); jsOnEventById("change", "outputTypeDropdown", "checkGtfNote()"); if (!cfgOptionBooleanDefault("hgta.disableSendOutput", FALSE)) {