4533f23593eda7e5547de60197267b362a2f5a84
tdreszer
Thu Aug 25 12:05:08 2011 -0700
Under protest, making link from preview browser to RR browser less direct.
diff --git src/hg/lib/fileUi.c src/hg/lib/fileUi.c
index 52ad31f..d90a00b 100644
--- src/hg/lib/fileUi.c
+++ src/hg/lib/fileUi.c
@@ -474,32 +474,32 @@
puts("Additional resources:");
printf("
files.txt - lists the name and metadata for each download.\n",
server,db,ENCODE_DCC_DOWNLOADS, tdb->track, subDir);
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, tdb->track);
+ 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,boolean filterable)
// Prints filesList as a sortable table. Returns count
{
// 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("