\n%s", group->label);
char *hubName = hubNameFromGroupName(group->name);
struct trackHub *hub = grabHashedHub(hubName);
- if (hubName)
+ if (hub && hub->url)
{
puts(" ");
char infoText[10000];
safef(infoText, sizeof infoText, "A track hub is a list of tracks produced and hosted by external data providers. The UCSC browser group is not responsible for them. This hub is loaded from %s", hub->url);
printInfoIconColor(infoText, "white");
}
hPrintf("
\n");
if (hubName)
{
// visibility: hidden means that the element takes up space so the center alignment is not disturbed.
if (hub != NULL)
{
if (hub->descriptionUrl == NULL)