b7f2851a2b236b41577f053200a758ecb69939f4 hiram Mon Apr 22 13:35:07 2019 -0700 indicate the not supported track types refs #18869 diff --git src/hg/hubApi/hubApi.c src/hg/hubApi/hubApi.c index 6256949..43826cd 100644 --- src/hg/hubApi/hubApi.c +++ src/hg/hubApi/hubApi.c @@ -760,31 +760,31 @@ { hPrintf("
  • \n"); } } else hPrintf("
  • no trackTopDb ?
  • \n"); hPrintf(" \n"); } /* static struct trackDb *hubTrackList() */ static void hubAssemblySettings(struct trackHub *hub, struct trackHubGenome *genome) /* display all the assembly 'settingsHash' */ { struct trackDb *tdb = obtainTdb(genome, NULL); @@ -1020,31 +1020,31 @@ int trackCount = ptToInt(hashFindVal(countTracks, "track count")); /* elCount - 1 since the 'track count' element isn't a track */ hPrintf("
  • %d total tracks counted, %d different track types
  • \n", trackCount, countTracks->elCount - 1); if (countTracks->elCount) { hPrintf(" \n"); } hPrintf("\n"); hPrintf("

    \n"); } // static void tracksForUcscDb(char * db) static void initUrlPrefix() /* set up urlPrefix for self referenes */ { char *httpHost = getenv("HTTP_HOST"); if (isEmpty(httpHost)) urlPrefix = ""; else