Skip to content

Commit e63356f

Browse files
committed
When running GenotypeGVCFs by interval, add --only-output-calls-starting-in-intervals
1 parent a1400c1 commit e63356f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,8 @@ private File runGenotypeGVCFs(PipelineJob job, JobContext ctx, ProcessVariantsHa
368368
toolParams.add("-L");
369369
toolParams.add(interval.getContig() + ":" + interval.getStart() + "-" + interval.getEnd());
370370
});
371+
372+
toolParams.add("--only-output-calls-starting-in-intervals");
371373
}
372374

373375
if (ctx.getParams().optBoolean("variantCalling.GenotypeGVCFs.disableFileLocking", false))

0 commit comments

Comments
 (0)