Skip to content

Commit 7be4c15

Browse files
committed
Fix case
1 parent 2b12b7c commit 7be4c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public Provider()
2323
SeuratToolParameter.create("targetCells", "Target Cells Per Unit of Data", "Each unit of data will be downsampled to this level", "ldk-integerfield", new JSONObject(){{
2424
put("allowBlank", false);
2525
}}, null),
26-
SeuratToolParameter.create("subsetFields", "Additional Grouping Fields", "A comma-separated list of fields that will be used to subset data within each seurat object. For example, if 'barcodePrefix' is provided and 500 target cells is selected, each incoming seurat object will be subset to no more than 500 cells per barcodePrefix. If blank, each object will be treated as one unit of data.", "textfield", new JSONObject(){{
26+
SeuratToolParameter.create("subsetFields", "Additional Grouping Fields", "A comma-separated list of fields that will be used to subset data within each seurat object. For example, if 'BarcodePrefix' is provided and 500 target cells is selected, each incoming seurat object will be subset to no more than 500 cells per unique value of BarcodePrefix. If blank, each object will be treated as one unit of data.", "textfield", new JSONObject(){{
2727

2828
}}, null),
2929
SeuratToolParameter.create("seed", "Random Seed", "This random seed, used for downsampling", "ldk-integerfield", new JSONObject(){{

0 commit comments

Comments
 (0)