Skip to content

Commit f9dacd0

Browse files
committed
Update field default
1 parent b41b505 commit f9dacd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public Provider()
2929
put("height", 200);
3030
put("delimiter", ",");
3131
put("stripCharsRe", "/['\"]/g");
32-
}}, "Stim,Population,SampleDate,AssayType").delimiter(","),
32+
}}, "Stim,Population,Tissue,SampleDate,AssayType").delimiter(","),
3333
SeuratToolParameter.create("threshold", "Threshold", "Cells with a score greater than or equal to this are considered activated", "ldk-numberfield", new JSONObject(){{
3434
put("allowBlank", false);
3535
put("minValue", 0);

0 commit comments

Comments
 (0)