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.<BR>\n"); } 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("</TR></TABLE>"); +wigOption(cart, name, title, tdb); if (!boxed && fileExists(hHelpFile("hgVcfTrackHelp"))) printf("<P><A HREF=\"../goldenPath/help/hgVcfTrackHelp.html\" TARGET=_BLANK>VCF " "configuration help</A></P>"); cfgEndBox(boxed); }