060c9d0ae2bf7b3333d76c15ee3b114c3278f519
braney
Sat Oct 8 14:29:09 2011 -0700
check trackDb.txt files and hub.txt files more closely in hgHubConnect so errors can be discovered ASAP. #4679 and others.
diff --git src/hg/hgHubConnect/hgHubConnect.c src/hg/hgHubConnect/hgHubConnect.c
index 9015da2..0ea81e0 100644
--- src/hg/hgHubConnect/hgHubConnect.c
+++ src/hg/hgHubConnect/hgHubConnect.c
@@ -232,31 +232,33 @@
printf(
""
, url);
ourCellEnd();
}
else
errAbort("cannot get id for hub with url %s\n", url);
ourPrintCell(shortLabel);
if (isEmpty(errorMessage))
ourPrintCell(longLabel);
else
- printf("
NOTE: Because Track Hubs are created and maintained by external sources,"
" UCSC cannot be held responsible for their content.
"
);
printf("
\n");
// figure out and print out genome name
makeGenomePrint();
// check to see if we have any new hubs
hubCheckForNew(database, cart);
// grab all the hubs that are listed in the cart
struct hubConnectStatus *hubList = hubConnectStatusListFromCartAll(cart);
+checkTrackDbs(hubList);
+
// here's a little form for the add new hub button
printf("");
// this the form for the disconnect hub button
printf("");
// this the form for the reset hub button
printf("