Skip to content

Commit e626cc1

Browse files
committed
Fix typo in max value
1 parent 22adf27 commit e626cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/analysis/PrintReadBackedHaplotypesHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public PrintReadBackedHaplotypesHandler()
4646
}}, 10),
4747
ToolParameterDescriptor.createCommandLineParam(CommandLineParam.create("-rc"), "requiredCoverageFraction", "Required Coverage Fraction", "A haplotype must have coverage over this fraction of the interval to be reported", "ldk-numberfield", new JSONObject(){{
4848
put("minValue", 0);
49-
put("maxValue", 0);
49+
put("maxValue", 1.0);
5050
put("decimalPrecision", 2);
5151
}}, null)
5252
));

0 commit comments

Comments
 (0)