Skip to content

Commit 63474a3

Browse files
committed
Bugfix to ProcessVariantsHandler resume
1 parent 5fb77dc commit 63474a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/pipeline/ProcessVariantsHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ public static File processVCF(File input, Integer libraryId, JobContext ctx, Res
435435

436436
try
437437
{
438-
SequenceAnalysisService.get().ensureVcfIndex(input, ctx.getLogger());
438+
SequenceAnalysisService.get().ensureVcfIndex(currentVCF, ctx.getLogger());
439439
}
440440
catch (IOException e)
441441
{

0 commit comments

Comments
 (0)