e6ab425754119a63c99092d61154bf38740fcf85 gperez2 Wed Jun 25 15:30:50 2025 -0700 Updating the note on hgTables regarding gnomAD/dbSNP data leads to a timeout, refs #35907 diff --git src/hg/hgTables/mainPage.c src/hg/hgTables/mainPage.c index 4ff8f7ba276..685acbe6978 100644 --- src/hg/hgTables/mainPage.c +++ src/hg/hgTables/mainPage.c @@ -763,31 +763,31 @@ if (cTdb) curTrack = cTdb; else curTrack = tdb; isMaf = isMafTable(database, curTrack, curTable); } /* Table-specific options */ if (isHicTable(curTable)) hicMainPageConfig(cart, hTrackDbForTrack(database,curTable)); hPrintf("<tr><td><DIV style='background-color: #faf2bb; display:none; opacity:0.9; border: 1px solid #EEE; margin: 2px; padding: 4px' id='snpTablesNote'>" "<b>Note:</b> Most dbSNP and gnomAD variant tables are huge. Trying to download them through the Table Browser " "usually leads to a timeout.<br> " "Please see our <a href='../FAQ/FAQdownloads.html#snp'>Data Access FAQ</a> " - "on how to download dbSNP or gnomAD data or the Data Access section of their track documentation pages.</DIV></td></tr>"); + "for information on how to download dbSNP data, or refer to the Data Access section of the dbSNP or gnomAD track documentation pages.</DIV></td></tr>"); /* Region line */ { printStep(stepNumber++); char *regionType; if (cartVarExists(cart, "hgFind.matches")) // coming back from a search regionType = cartUsualString(cart, hgtaRegionType, hgtaRegionTypeRange); else regionType = cartUsualString(cart, hgtaRegionType, hgtaRegionTypeGenome); char *range = cartUsualString(cart, hgtaRange, ""); if (isPositional) {