Skip to content

Commit f64545d

Browse files
committed
Update SDA default
1 parent 2140207 commit f64545d

File tree

1 file changed

+1
-1
lines changed
  • singlecell/src/org/labkey/singlecell/pipeline/singlecell

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public Provider()
8181
put("delimiter", ",");
8282
put("stripCharsRe", "/['\"]/g");
8383
}}, null, null, true).delimiter(","),
84-
SeuratToolParameter.create("sdaDebug", "SDA Debug Output", "If checked, the SDA tools debug output is set to true", "checkbox", null, true, null, false)
84+
SeuratToolParameter.create("sdaDebug", "SDA Debug Output", "If checked, the SDA tools debug output is set to true", "checkbox", null, false, null, false)
8585
), List.of("/sequenceanalysis/field/TrimmingTextArea.js"), null);
8686
}
8787

0 commit comments

Comments
 (0)