Skip to content

Commit bbd85a5

Browse files
committed
Require param
1 parent 2a8c676 commit bbd85a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

singlecell/src/org/labkey/singlecell/CellHashingServiceImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,7 @@ public List<ToolParameterDescriptor> getDefaultHashingParams(boolean includeExcl
828828
ToolParameterDescriptor.create("minCountPerCell", "Min Reads/Cell", null, "ldk-integerfield", null, 5),
829829
ToolParameterDescriptor.create("methods", "Calling Methods", "The set of methods to use in calling.", "ldk-simplecombo", new JSONObject(){{
830830
put("multiSelect", true);
831+
put("allowBlank", false);
831832
put("storeValues", StringUtils.join(Arrays.stream(CALLING_METHOD.values()).map(Enum::name).collect(Collectors.toList()), ";"));
832833
put("initialValues", StringUtils.join(CALLING_METHOD.getDefaultMethodNames(), ";"));
833834
put("delimiter", ";");

0 commit comments

Comments
 (0)