Skip to content

Commit 4c185e0

Browse files
committed
Fix param name
1 parent 2eabfbe commit 4c185e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/analysis/MergeLoFreqVcfHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public MergeLoFreqVcfHandler()
8181
put("maxValue", 1);
8282
put("decimalPrecision", 2);
8383
}}, 0.10),
84-
ToolParameterDescriptor.create(MIN_AF, "Min AF to Include (Indels)", "An indel will be included in the indel output if there is a passing variant above this AF in at least one sample.", "ldk-numberfield", new JSONObject(){{
84+
ToolParameterDescriptor.create(MIN_AF_INDEL, "Min AF to Include (Indels)", "An indel will be included in the indel output if there is a passing variant above this AF in at least one sample.", "ldk-numberfield", new JSONObject(){{
8585
put("minValue", 0);
8686
put("maxValue", 1);
8787
put("decimalPrecision", 2);

0 commit comments

Comments
 (0)