Skip to content

Commit a20af1d

Browse files
committed
Update logic to detect CellBender jobs
1 parent 14219ac commit a20af1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/src/org/labkey/singlecell/run/CellBenderCiteSeqHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ protected static List<ToolParameterDescriptor> getParams()
3737
ToolParameterDescriptor.createCommandLineParam(CommandLineParam.create("--total-droplets-included"), "totalDropletsIncluded", "Total Droplets Included", "Passed to CellBender --total-droplets-included", "ldk-integerfield", null, 20000),
3838
ToolParameterDescriptor.createCommandLineParam(CommandLineParam.create("--fpr"), "fpr", "fpr Cells", "Passed to CellBender --fpr", "ldk-numberfield", new JSONObject(){{
3939
put("decimalPrecision", 3);
40-
}}, 0.01),
40+
}}, 0.05),
4141
ToolParameterDescriptor.createCommandLineParam(CommandLineParam.create("--epochs"), "epochs", "Epochs", "Passed to CellBender --epochs", "ldk-integerfield", null, 150),
4242
ToolParameterDescriptor.createCommandLineParam(CommandLineParam.createSwitch("--cuda"), "useGpus", "Use GPUs", "If checked, the --cuda argument will be set on cellbender", "checkbox", null, false)
4343
);

0 commit comments

Comments
 (0)