8ea4a127c63fbbcf38777a727c1a485ad653bfda angie Mon Oct 3 17:02:42 2011 -0700 Feature #3710 (vcfTabix UI): make sure link to hgVcfTrackHelp.htmlappears when boxed=TRUE in vcfCfgUi (already there for boxed=FALSE). diff --git src/hg/lib/vcfUi.c src/hg/lib/vcfUi.c index 434c6fc..2473e2a 100644 --- src/hg/lib/vcfUi.c +++ src/hg/lib/vcfUi.c @@ -220,24 +220,28 @@ if (vcff != NULL) { if (vcff->genotypeCount > 1) vcfCfgHapCluster(cart, tdb, vcff, name); } else { printf("Sorry, couldn't access VCF file.<BR>\n"); } // filter: // by qual column // by filter column // color bases like pgSnp or some better palette? +puts("</TD>"); +if (boxed && fileExists(hHelpFile("hgVcfTrackHelp"))) + printf("<TD style='text-align:right'><A HREF=\"../goldenPath/help/hgVcfTrackHelp.html\" " + "TARGET=_BLANK>VCF configuration help</A></TD>"); -printf("</TD></TR></TABLE>"); +printf("</TR></TABLE>"); if (!boxed && fileExists(hHelpFile("hgVcfTrackHelp"))) printf("<P><A HREF=\"../goldenPath/help/hgVcfTrackHelp.html\" TARGET=_BLANK>VCF " "configuration help</A></P>"); cfgEndBox(boxed); }