Skip to content

Commit

Permalink
Remove entrypoint from ParagraphStep
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Dec 4, 2024
1 parent b9a0139 commit d923842
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ else if (!svVcf.exists())

DockerWrapper dockerWrapper = new DockerWrapper("ghcr.io/bimberlabinternal/paragraph:latest", ctx.getLogger(), ctx);
dockerWrapper.setTmpDir(new File(SequencePipelineService.get().getJavaTempDir()));
dockerWrapper.setEntryPoint("/bin/bash");

List<String> paragraphArgs = new ArrayList<>();
paragraphArgs.add("/opt/paragraph/bin/multigrmpy.py");
Expand Down

0 comments on commit d923842

Please sign in to comment.