Skip to content

Commit 23865c4

Browse files
committed
Fix typo
1 parent 8d262ce commit 23865c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public Provider()
8080
put("valueField", "application");
8181
put("sortField", "application");
8282
}}, null),
83-
ToolParameterDescriptor.create("kingCutoff", "KING Cutoff", "Can be used to prune close relations, identified using KING", "ldk_numberfield", new JSONObject(){{
83+
ToolParameterDescriptor.create("kingCutoff", "KING Cutoff", "Can be used to prune close relations, identified using KING", "ldk-numberfield", new JSONObject(){{
8484
put("minValue", 0);
8585
put("maxValue", 1);
8686
}}, 0.25),

0 commit comments

Comments
 (0)