48a35fc7fbfa14fe49509ec90faf8753b584b9bc
angie
Mon Jun 6 10:00:12 2016 -0700
Enable phylogenetic tree by default so mirrors don't have to go out of their way to get it, at least for genomes that they're mirroring from us. refs #17316
diff --git src/hg/hgGateway/hgGateway.c src/hg/hgGateway/hgGateway.c
index 8abd456..195bc71 100644
--- src/hg/hgGateway/hgGateway.c
+++ src/hg/hgGateway/hgGateway.c
@@ -331,31 +331,31 @@
printActiveGenomes();
puts(";");
puts("");
puts("");
puts("");
puts("");
puts("");
webIncludeResourceFile("jquery-ui.css");
jsIncludeFile("jquery-ui.js", NULL);
jsIncludeFile("jquery.watermarkinput.js", NULL);
jsIncludeFile("utils.js",NULL);
// Phylogenetic tree .js file, produced by dbDbTaxonomy.pl:
-char *dbDbTree = cfgOptionDefault("hgGateway.dbDbTaxonomy", NULL);
+char *dbDbTree = cfgOptionDefault("hgGateway.dbDbTaxonomy", "../js/dbDbTaxonomy.js");
if (isNotEmpty(dbDbTree))
printf("\n", dbDbTree);
// Main JS for hgGateway:
puts("");
webIncludeFile("inc/jWestFooter.html");
cartFlushHubWarnings();
webEndJWest();
}
void doMiddle(struct cart *theCart)
/* Depending on invocation, either perform a query and print out results