c49e15f509c78230ed67bfc87093a36de1f0dcf6 braney Wed Jan 24 13:50:09 2024 -0800 make vcTabix use coverage mode correctly diff --git src/hg/lib/vcfUi.c src/hg/lib/vcfUi.c index c645b8e..bb3a518 100644 --- src/hg/lib/vcfUi.c +++ src/hg/lib/vcfUi.c @@ -718,22 +718,23 @@ } if (doVcfMafUi) vcfCfgMinAlleleFreq(cart, tdb, vcff, name, parentLevel); } else { printf("Sorry, couldn't access VCF file.
\n"); } puts(""); if (boxed && fileExists(hHelpFile("hgVcfTrackHelp"))) printf("VCF configuration help"); printf(""); +wigOption(cart, name, title, tdb); if (!boxed && fileExists(hHelpFile("hgVcfTrackHelp"))) printf("

VCF " "configuration help

"); cfgEndBox(boxed); }