Skip to content

Commit 733f92d

Browse files
committed
Switch default
1 parent 14ed86a commit 733f92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public Provider()
3434
put("width", 600);
3535
put("delimiter", DELIM);
3636
}}, null),
37-
ToolParameterDescriptor.create("useDplyr", "Use dplyr", "If checked, the subset will be executed using dplyr::filter rather than Seurat::subset. This should allow more complex expressions to be used, including negations", "checkbox", null, false)
37+
ToolParameterDescriptor.create("useDplyr", "Use dplyr", "If checked, the subset will be executed using dplyr::filter rather than Seurat::subset. This should allow more complex expressions to be used, including negations", "checkbox", null, true)
3838
), List.of("/sequenceanalysis/field/TrimmingTextArea.js"), null);
3939
}
4040

0 commit comments

Comments
 (0)