34dc2bb14c176fb8f788df267fdb3fd4c8f461b4 braney Fri Feb 17 07:00:46 2023 -0800 fix some encoding issues and an errant printf on the TOGO hgc page. diff --git src/hg/hgc/togaClick.c src/hg/hgc/togaClick.c index 5608e5c..00a4c8c 100644 --- src/hg/hgc/togaClick.c +++ src/hg/hgc/togaClick.c @@ -327,42 +327,42 @@ printf("We define the following variables:\n\n"); printf("Using these variables, TOGA computes the following features:\n"); printf("\n"); printf("\n\n
\n"); htmlHorizontalLine(); // show inact mut plot printf("

Visualization of inactivating mutations on exon-intron structure

\n"); printf("%s
\n", info->svg_line); printf("
Exons shown in grey are missing (often overlap assembly gaps).\nExons shown in"); printf(" red or blue are deleted or do not align at all.\nRed indicates that the exon deletion "); printf("shifts the reading frame, while blue indicates that exon deletion(s) are framepreserving.
\n"); // GLP features printf("Show features used for transcript classification\n"); @@ -419,31 +419,30 @@ printf("\n
\n"); // show exons data htmlHorizontalLine(); printf("

Exon alignments


\n"); printf("Show exon sequences and features

\n"); printf("
\n"); // printf("%s\n", info->exon_ali_string); printf("%s\n", info->exon_ali_html); 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. */ { //int start = cartInt(cart, "o"); char headerTitle[512]; char suffix[512]; @@ -516,42 +515,42 @@ printf("We define the following variables:\n\n"); printf("Using these variables, TOGA computes the following features:\n"); printf("\n"); printf("\n\n
\n"); htmlHorizontalLine(); // show inact mut plot printf("

Visualization of inactivating mutations on exon-intron structure

\n"); printf("%s
\n", info->svg_line); printf("
Exons shown in grey are missing (often overlap assembly gaps).\nExons shown in"); printf(" red or blue are deleted or do not align at all.\nRed indicates that the exon deletion "); printf("shifts the reading frame, while blue indicates that exon deletion(s) are framepreserving.
\n"); // GLP features printf("Show features used for transcript classification\n");