Skip to content

Commit 4caf6c0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class RepeatNimbleReportHandler extends AbstractParameterizedOutputHandle
4141
{
4242
public RepeatNimbleReportHandler()
4343
{
44-
super(ModuleLoader.getInstance().getModule(SingleCellModule.class), "Convert To Cram", "This will convert a BAM file to CRAM, replacing the original", null, Arrays.asList(
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(
4545
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(){{
4646
put("checked", true);
4747
}}, true),

0 commit comments

Comments
 (0)