2b91bbbfc4cf6c21f4160e769fde58f6a5af3d1b
kate
Fri Oct 5 10:53:42 2012 -0700
Remove links to preview browser. #9264
diff --git src/hg/lib/fileUi.c src/hg/lib/fileUi.c
index 012130f..5ac7cee 100644
--- src/hg/lib/fileUi.c
+++ src/hg/lib/fileUi.c
@@ -615,39 +615,30 @@
printf("
md5sum.txt - lists the md5sum output for each download.\n",
server,db,ENCODE_DCC_DOWNLOADS, tdb->track, subDir);
printf("
downloads server - "
"alternative access to downloadable files (may include obsolete data).\n",
server,db,ENCODE_DCC_DOWNLOADS, tdb->track, subDir);
struct fileDb *oneFile = fileDbGet(db, ENCODE_DCC_DOWNLOADS, tdb->track, "supplemental");
if (oneFile != NULL)
{
printf("
supplemental materials - "
"any related files provided by the laboratory.\n",
server,db,ENCODE_DCC_DOWNLOADS, tdb->track, subDir);
}
-if (hIsPreviewHost())
- printf("
WARNING: This data is provided for early access via the Preview Browser -- "
- "it is unreviewed and subject to change. For high quality reviewed annotations, "
- "see the Genome Browser.",
- "genome.ucsc.edu", db);
-else
- printf("
NOTE: Early access to additional track data may be available on the "
- "Preview Browser.",
- "genome-preview.ucsc.edu", db, tdb->track);
}
static int filesPrintTable(char *db, struct trackDb *parentTdb, struct fileDb *fileList,
sortOrder_t *sortOrder,int filterable)
// Prints filesList as a sortable table. Returns count
{
if (timeIt)
uglyTime("Start table");
// Table class=sortable
int columnCount = 0;
int restrictedColumn = 0;
char *nowrap = (sortOrder->setting != NULL ? " nowrap":"");
// Sort order trackDb setting found so rely on
in titles for wrapping
printf("