Skip to content

Commit 59b2682

Browse files
committed
Add docker debugging
1 parent d5b71a1 commit 59b2682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

singlecell/api-src/org/labkey/api/singlecell/pipeline/AbstractSingleCellPipelineStep.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,9 @@ public static void executeR(SequenceOutputHandler.JobContext ctx, String dockerC
271271
writer.println("\t-w /work \\");
272272
writer.println("\t-e HOME=/homeDir \\");
273273
writer.println("\t" + dockerContainerName + " \\");
274-
writer.println("\tRscript --vanilla " + localRScript.getName());
274+
writer.println("\tRscript --vanilla " + localRScript.getName() + " && echo 'Done!'");
275275
writer.println("");
276-
writer.println("echo 'script complete'");
276+
writer.println("echo 'Bash script complete'");
277277

278278
}
279279
catch (IOException e)

0 commit comments

Comments
 (0)