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
@@ -19,13 +27,13 @@ public static class Provider extends AbstractPipelineStepProvider<SingleCellStep
19
27
{
20
28
publicProvider()
21
29
{
22
-
super("SubsetSeurat", "Subset", "CellMembrane/Seurat", "The seurat object will be subset based on the expressions below, one per line, which are passed directly to Seurat's subset(subset = X).", Arrays.asList(
23
-
SeuratToolParameter.create("expressionStrings", "Expressions", "Enter one expression per line", "sequenceanalysis-trimmingtextarea", newJSONObject(){{
30
+
super("SubsetSeurat", "Subset", "CellMembrane/Seurat", "The seurat object will be subset based on the expression below, which is passed directly to Seurat's subset(subset = X).", Arrays.asList(
0 commit comments