cf5c80a95a2776705958e59a5a7d36361c0af876
braney
Tue Sep 13 16:46:09 2022 -0700
close a div so that the HTML for toga tracks appear
diff --git src/hg/hgc/togaClick.c src/hg/hgc/togaClick.c
index e3d53c8..5608e5c 100644
--- src/hg/hgc/togaClick.c
+++ src/hg/hgc/togaClick.c
@@ -416,30 +416,31 @@
printf("\n");
printf("%s\n", info->inact_mut_html_table);
printf("\n");
printf("\n \n");
// show exons data
htmlHorizontalLine();
printf("
\n \n");
// TODO: check whether I need this
printf("%s", hgTracksPathAndSettings());
hPrintf("");
hPrintf("");
hPrintf("");
printTrackHtml(tdb); // and do I need this?
}
void doHillerLabTOGAGene(char *database, struct trackDb *tdb, char *item, char *table_name)
/* Put up TOGA Gene track info. */
{