Skip to content

Commit 1deca76

Browse files
committed
Bugfix new celltypist params
1 parent afd92e1 commit 1deca76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ public Provider()
2424
put("storeValues", "Immune_All_Low;Immune_All_High;Human_Lung_Atlas;Healthy_COVID19_PBMC");
2525
put("allowBlank", false);
2626
put("multiSelect", true);
27+
put("delimiter", ";");
28+
put("joinReturnValue", true);
2729
}}, "Immune_All_Low.pkl", null, true, true).delimiter(";"),
2830
SeuratToolParameter.create("convertAmbiguousToNA", "Convert Ambiguous To NA", "If true, any values for majority_voting with commas (indicating they are ambiguous) will be converted to NA", "checkbox", new JSONObject()
2931
{{

0 commit comments

Comments
 (0)