Skip to content

Commit fb102b9

Browse files
committed
Update defaults
1 parent 35b8849 commit fb102b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ public Provider()
2727
put("minValue", 0);
2828
put("maxValue", 1);
2929
put("decimalPrecision", 3);
30-
}}, 0.5),
30+
}}, 0.1),
3131
SeuratToolParameter.create("saturation.RNA.max", "Saturation.RNA Max", "Saturation.RNA max value", "ldk-numberfield", new JSONObject(){{
3232
put("minValue", 0);
3333
put("maxValue", 1);
3434
put("decimalPrecision", 3);
35-
}}, 0.9),
35+
}}, 0.99),
3636
SeuratToolParameter.create("saturation.ADT.min", "Saturation.ADT Min", "Saturation.ADT min value", "ldk-numberfield", new JSONObject(){{
3737
put("minValue", 0);
3838
put("maxValue", 1);

0 commit comments

Comments
 (0)