Skip to content

Commit 7f8653f

Browse files
committed
Update default
1 parent 6f88cc2 commit 7f8653f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public Provider()
5151
}}, false),
5252
SeuratToolParameter.create("nVariableFeatures", "# Variable Features", "Controls the number of variable features that will be used. This only applies to the standard NormalizeData/ScaleData pipeline, not SCTransform", "ldk-integerfield", new JSONObject(){{
5353
put("minValue", 0);
54-
}}, null),
54+
}}, 3000),
5555
SeuratToolParameter.create("scoreCellCycle", "Score Cell Cycle?", "If checked, ScoreCellCycle will be run to compute Phase, which is stored in meta.data. If a field named Phase already exists, this will be skipped", "checkbox", new JSONObject(){{
5656
put("checked", true);
5757
}}, true),

0 commit comments

Comments
 (0)