Skip to content

Commit 6b9e1de

Browse files
committed
Always include CustomUCell storeRanks param
1 parent fbe3efa commit 6b9e1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/src/org/labkey/singlecell/pipeline/singlecell/CustomUCell.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public Provider()
3434
}}, null).delimiter(DELIM),
3535
SeuratToolParameter.create("storeRanks", "Store Ranks", "Passed directly to UCell::AddModuleScore_UCell.", "checkbox", new JSONObject(){{
3636

37-
}}, false),
37+
}}, false, null, true),
3838
SeuratToolParameter.create("assayName", "Assay Name", "Passed directly to UCell::AddModuleScore_UCell.", "textfield", new JSONObject(){{
3939

4040
}}, "RNA")

0 commit comments

Comments
 (0)