Skip to content

Commit efcd54e

Browse files
committed
Allow whitespace in field
1 parent 65edb7e commit efcd54e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ public Provider()
2525
put("height", 150);
2626
put("delimiter", ",");
2727
put("stripCharsRe", "/['\"]/g");
28+
put("replaceAllWhitespace", false);
2829
}}, null, null, true, true).delimiter(","),
2930
SeuratToolParameter.create("antigenExclusionList", "Antigen(s) to Exclude", "Enter antigens, per line. Stims using these antigens will be excluded", "sequenceanalysis-trimmingtextarea", new JSONObject()
3031
{{
3132
put("height", 150);
3233
put("delimiter", ",");
3334
put("stripCharsRe", "/['\"]/g");
35+
put("replaceAllWhitespace", false);
3436
}}, null, null, true, true).delimiter(",")
3537
), List.of("/sequenceanalysis/field/TrimmingTextArea.js"), null);
3638
}

0 commit comments

Comments
 (0)