Skip to content

Commit d2a0fe9

Browse files
committed
Declare inputs in ParagraphStep
1 parent db9085c commit d2a0fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ else if (!svVcf.exists())
281281
paragraphArgs.add(threads.toString());
282282
}
283283

284-
dockerWrapper.executeWithDocker(paragraphArgs, ctx.getWorkingDirectory(), ctx.getFileManager());
284+
dockerWrapper.executeWithDocker(paragraphArgs, ctx.getWorkingDirectory(), ctx.getFileManager(), Arrays.asList(so.getFile(), genomeFasta, svVcf));
285285

286286
File genotypes = new File(paragraphOutDir, "genotypes.vcf.gz");
287287
if (!genotypes.exists())

0 commit comments

Comments
 (0)