Skip to content

Commit 2d1071c

Browse files
Migrate from ProcessBuilder to LabKeyProcessBuilder
1 parent 13613bd commit 2d1071c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nextflow/src/org/labkey/nextflow/pipeline/NextFlowRunTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public NextFlowRunTask(Factory factory, PipelineJob job)
7979
FileLike dir = getJob().getLogFileLike().getParent();
8080
getJob().runSubProcess(secretsPB, dir);
8181

82-
ProcessBuilder executionPB = new ProcessBuilder(getArgs());
82+
LabKeyProcessBuilder executionPB = new LabKeyProcessBuilder(getArgs());
8383
getJob().runSubProcess(executionPB, dir);
8484
log.info("Job Finished");
8585
NextFlowPipelineJob.LOG.info("Finished executing NextFlow: {}", getJob().getJsonJobInfo(true));

0 commit comments

Comments
 (0)