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.
\n"); } // filter: // by qual column // by filter column // color bases like pgSnp or some better palette? +puts(""); +if (boxed && fileExists(hHelpFile("hgVcfTrackHelp"))) + printf("VCF configuration help"); -printf(""); +printf(""); if (!boxed && fileExists(hHelpFile("hgVcfTrackHelp"))) printf("

VCF " "configuration help

"); cfgEndBox(boxed); }