Skip to content

Commit 42d767e

Browse files
committed
Expand tcrClust3 wrapper
1 parent ebacacb commit 42d767e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public Provider()
2222
super("tcrClustR", "tcrClustR", "tcrClustR", "This will run tcrClustR to cluster TCRs by similarity.", List.of(
2323
SeuratToolParameter.create("organism", "Organism", "The organism to use", "ldk-simplecombo", new JSONObject()
2424
{{
25-
put("multiSelect", true);
25+
put("multiSelect", false);
2626
put("allowBlank", false);
2727
put("storeValues", "human;rhesus;mouse");
2828
put("initialValues", "human");

0 commit comments

Comments
 (0)