Skip to content

Commit

Permalink
fixed typo in ReblockGVCFs arguments (#8308)
Browse files Browse the repository at this point in the history
  • Loading branch information
meganshand authored May 10, 2023
1 parent ba483e3 commit 642ba63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public final class ReblockGVCF extends MultiVariantWalker {
public static final String QUAL_APPROX_SHORT_NAME = "do-qual-approx";
public static final String ALLOW_MISSING_LONG_NAME = "allow-missing-hom-ref-data";
public static final String KEEP_SITE_FILTERS_LONG_NAME = "keep-site-filters";
public static final String KEEP_SITE_FILTERS_SHORT_NAME = "keep_filters";
public static final String KEEP_SITE_FILTERS_SHORT_NAME = "keep-filters";

private static final GenotypeLikelihoodCalculators GL_CALCS = new GenotypeLikelihoodCalculators();

Expand Down

0 comments on commit 642ba63

Please sign in to comment.