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("
"
" Note: Most dbSNP and gnomAD variant tables are huge. Trying to download them through the Table Browser "
"usually leads to a timeout. "
"Please see our Data Access FAQ "
- "on how to download dbSNP or gnomAD data or the Data Access section of their track documentation pages. |
");
+ "for information on how to download dbSNP data, or refer to the Data Access section of the dbSNP or gnomAD track documentation pages.");
/* 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)
{