You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -21,16 +21,16 @@ public static class Provider extends AbstractPipelineStepProvider<SingleCellStep
21
21
{
22
22
publicProvider()
23
23
{
24
-
super("CalculateGeneComponentScores", "Calculate Gene Module Scores", "RIRA", "This will generate UCell scores for a set of pre-defined gene modules", Collections.singletonList(
24
+
super("CalculateGeneComponentScores", "Calculate Gene Module Scores", "RIRA", "This will generate UCell scores for a set of pre-defined gene modules", Arrays.asList(
25
25
SeuratToolParameter.create("savedComponent", "Saved Component(s)", "This is the name of the saved component (from RIRA) to apply", "ldk-simplecombo", newJSONObject()
SeuratToolParameter.create("useScaledData", "Use scale.data", "By default, these are calculated against the data slot. If checked, it will use scale.data instead", "checkbox", null, false)
0 commit comments