Skip to content

Commit d923842

Browse files
committed
Remove entrypoint from ParagraphStep
1 parent b9a0139 commit d923842

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/alignment/ParagraphStep.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ else if (!svVcf.exists())
229229

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

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

0 commit comments

Comments
 (0)