3507479860c1b84b51d6f7faddbcbd49fa94227b hiram Tue Feb 12 18:50:44 2019 -0800 now returning sequence DNA from specified UCSC db refs #18869 diff --git src/hg/hubApi/hubApi.c src/hg/hubApi/hubApi.c index ba07c64..5c6c963 100644 --- src/hg/hubApi/hubApi.c +++ src/hg/hubApi/hubApi.c @@ -476,32 +476,34 @@ { if ( differentStringNullOk(selectGenome, genome->name) ) continue; } ++totalAssemblyCount; struct slName *el = slNameNew(genome->name); slAddHead(&retList, el); if (genome->organism) { hPrintf("
  • %s - %s - %s
  • \n", genome->organism, genome->name, genome->description); } else { /* can there be a description when organism is empty ? */ hPrintf("
  • %s
  • \n", genome->name); } - if (genome->settingsHash) + if (dbTrackList) *dbTrackList = assemblySettings(genome); + else + (void) assemblySettings(genome); if (measureTiming) { long thisTime = clock1000(); hPrintf("processing time %s: %ld millis
    \n", genome->name, thisTime - lastTime); } if (timeOutReached()) break; } if (trackCounter->elCount) { hPrintf("
  • total genome assembly count: %ld
  • \n", totalAssemblyCount); hPrintf("
  • %ld total tracks counted, %d different track types:
  • \n", totalTracks, trackCounter->elCount); hPrintf("