\n");
@@ -2294,38 +2292,31 @@
"return false;" // cancel the default link url
, gH->genome, gH->db
);
idCount++;
}
printf("\n");
}
printf(" \n");
if (debuggingGfResults)
printDebugging();
if (hubDynamicBlatServerCount > 0 || nonHubDynamicBlatServerCount > 0)
{
- printf("Dedicated static BLAT servers are fast but require lots of memory, processors and machines. \n"
- "Dynamic BLAT servers only require disk space, and can support an unlimited numbers of genomes, \n"
- "however they take time to swap indexes into memory and have limited parallelism. \n"
- "The BLAT All Genomes feature does not currently support dynamic BLAT servers. \n");
- if (nonHubDynamicBlatServerCount > 0)
- printf( "Number of dynamic BLAT genomes at this site: %d \n", nonHubDynamicBlatServerCount);
- if (hubDynamicBlatServerCount > 0)
- printf( "Number of dynamic BLAT genomes on attached hubs: %d \n", hubDynamicBlatServerCount);
+ printf("The BLAT All Genomes feature does not currently support dynamic BLAT servers. \n");
}
printf( " \n");
fakeAskForSeqForm(organism, db);
}
else
{
printf("No input sequences provided.