e14906744b1316f4d4c2abc81b69168ac070d5ad max Wed Feb 5 03:10:21 2020 -0800 adding note about precooked gtf files to table browser, refs #24810 diff --git src/hg/hgTables/mainPage.c src/hg/hgTables/mainPage.c index b78cd71..1c93157 100644 --- src/hg/hgTables/mainPage.c +++ src/hg/hgTables/mainPage.c @@ -363,43 +363,61 @@ { struct outputType *ot; char *outputType = cartUsualString(cart, hgtaOutputType, otList->name); if (otDefault != NULL && otDefault != otList) { boolean otInOtList = FALSE; for (ot = otList; ot != NULL; ot = ot->next) if (sameString(ot->name, outputType)) { otInOtList = TRUE; break; } if (! otInOtList) outputType = otDefault->name; } -hPrintf("", hgtaOutputType); for (ot = otList; ot != NULL; ot = ot->next) { hPrintf("