db1d562564ed1c7a69946edd1aaa8f56e32e69a3 galt Mon Oct 15 17:05:46 2012 -0700 bug fix for #9287 - hgc click handler for encode bed plus should handle encode custom track clickthrough properly diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c index f30d0be..e427d82 100644 --- src/hg/hgc/hgc.c +++ src/hg/hgc/hgc.c @@ -20060,31 +20060,31 @@ int start = cartInt(cart, "o"); char *type; fileName = nextWord(&fileItem); for (ct = ctList; ct != NULL; ct = ct->next) if (sameString(trackId, ct->tdb->track)) break; if (ct == NULL) errAbort("Couldn't find '%s' in '%s'", trackId, fileName); type = ct->tdb->type; cartWebStart(cart, database, "Custom Track: %s", ct->tdb->shortLabel); itemName = skipLeadingSpaces(fileItem); printf("