Skip to content

Commit

Permalink
Do not include sdaDebug param if not set
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Feb 24, 2024
1 parent db67cda commit 9015fc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public Provider()
put("delimiter", ",");
put("stripCharsRe", "/['\"]/g");
}}, null, null, true).delimiter(","),
SeuratToolParameter.create("sdaDebug", "SDA Debug Output", "If checked, the SDA tools debug output is set to true", "checkbox", null, true)
SeuratToolParameter.create("sdaDebug", "SDA Debug Output", "If checked, the SDA tools debug output is set to true", "checkbox", null, true, null, false)
), List.of("/sequenceanalysis/field/TrimmingTextArea.js"), null);
}

Expand Down

0 comments on commit 9015fc2

Please sign in to comment.