Skip to content

Commit 66fb1d3

Browse files
committed
Missed with last commit
1 parent 56122dd commit 66fb1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/analysis/DeepVariantHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public void processFilesRemote(List<SequenceOutputFile> inputFiles, JobContext c
125125
}
126126

127127
boolean retainVcf = ctx.getParams().optBoolean("retainVcf", false);
128-
wrapper.execute(so.getFile(), referenceGenome.getWorkingFastaFile(), outputFile, retainVcf, ctx.getFileManager(), binVersion, args);
128+
wrapper.execute(so.getFile(), referenceGenome.getWorkingFastaFile(), outputFile, retainVcf, ctx.getFileManager(), binVersion, args, ctx);
129129

130130
action.addOutput(outputFile, "gVCF File", false);
131131

0 commit comments

Comments
 (0)