Skip to content

Commit 56e20ba

Browse files
committed
Add new option for CalculateGeneComponentScores
1 parent 168ab55 commit 56e20ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ public Provider()
2525
super("CalculateGeneComponentScores", "Calculate Gene Module Scores", "RIRA", "This will generate UCell scores for a set of pre-defined gene modules", Collections.singletonList(
2626
SeuratToolParameter.create("savedComponent", "Saved Component(s)", "This is the name of the saved component (from RIRA) to apply", "ldk-simplecombo", new JSONObject()
2727
{{
28-
put("storeValues", "Tcell_NaiveToEffector");
28+
put("storeValues", "Tcell_NaiveToEffector;Tcell_EffectorDifferentiation");
2929
put("multiSelect", true);
3030
put("allowBlank", false);
3131
put("joinReturnValue", true);
3232
put("delimiter", ";");
3333

34-
}}, null, null, true, true).delimiter(";")
34+
}}, "Tcell_EffectorDifferentiation", null, true, true).delimiter(";")
3535
), null, null);
3636
}
3737

0 commit comments

Comments
 (0)