Skip to content

Commit 83e54ca

Browse files
committed
Update argument for GATK4
1 parent dc75d78 commit 83e54ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/variant/VariantsToTableStep.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ public Provider()
5959
ToolParameterDescriptor.createCommandLineParam(CommandLineParam.createSwitch("-EMD"), "emd", "Error on Missing Data", "If checked, the tool will error is any variants are missing the requested fields", "checkbox", new JSONObject(){{
6060
put("checked", false);
6161
}}, false),
62-
ToolParameterDescriptor.createCommandLineParam(CommandLineParam.createSwitch("--showFiltered"), "showFiltered", "Show Filtered Data", "If checked, rows that are filtered will be included", "checkbox", new JSONObject(){{
62+
ToolParameterDescriptor.createCommandLineParam(CommandLineParam.createSwitch("--show-filtered"), "showFiltered", "Show Filtered Data", "If checked, rows that are filtered will be included", "checkbox", new JSONObject(){{
6363
put("checked", false);
6464
}}, false),
65-
ToolParameterDescriptor.createCommandLineParam(CommandLineParam.createSwitch("--splitMultiAllelic"), "splitMultiAllelic", "Split Multi Allelic", "If checked, sites with multiple alleles will be split into separate rows in the output table", "checkbox", new JSONObject(){{
65+
ToolParameterDescriptor.createCommandLineParam(CommandLineParam.createSwitch("--split-multi-allelic"), "splitMultiAllelic", "Split Multi Allelic", "If checked, sites with multiple alleles will be split into separate rows in the output table", "checkbox", new JSONObject(){{
6666
put("checked", false);
6767
}}, false),
6868
ToolParameterDescriptor.create("fields", "Fields", "Choose the fields to display. These should match fields available in the VCF, which will vary file to file.", "sequenceanalysis-variantfieldselector", null, null),

0 commit comments

Comments
 (0)