Skip to content

Commit 2f05093

Browse files
committed
Correct name of RepeatNimbleReportHandler
1 parent 4caf6c0 commit 2f05093

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ public class RepeatNimbleReportHandler extends AbstractParameterizedOutputHandle
4141
{
4242
public RepeatNimbleReportHandler()
4343
{
44-
super(ModuleLoader.getInstance().getModule(SingleCellModule.class), "Re-run Nimble Report", "This will re-run nimble report and nimble plot for the selected run", null, Arrays.asList(
45-
ToolParameterDescriptor.create("replaceOriginal", "Replace Original File", "If selected, the input BAM will be deleted and the database record will be switched to use this filepath.", "checkbox", new JSONObject(){{
46-
put("checked", true);
47-
}}, true),
44+
super(ModuleLoader.getInstance().getModule(SingleCellModule.class), "Re-run Nimble Report", "This will re-run nimble report and nimble plot for the selected run and replace the original files in-place.", null, Arrays.asList(
4845
ToolParameterDescriptor.create("useOutputFileContainer", "Submit to Source File Workbook", "If checked, each job will be submitted to the same workbook as the input file, as opposed to submitting all jobs to the same workbook. This is primarily useful if submitting a large batch of files to process separately. This only applies if 'Run Separately' is selected.", "checkbox", new JSONObject(){{
4946
put("checked", true);
5047
}}, true)

0 commit comments

Comments
 (0)