Skip to content

Commit bf37e48

Browse files
committed
Update ParagraphStep/docker to include VCF index
1 parent ae1ec6d commit bf37e48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ else if (header.getReadGroups().size() > 1)
165165

166166
paragraphArgs.add("-i");
167167
dockerWrapper.ensureLocalCopy(svVcf, ctx.getWorkingDirectory(), ctx.getFileManager());
168+
dockerWrapper.ensureLocalCopy(new File(svVcf.getPath() + ".tbi"), ctx.getWorkingDirectory(), ctx.getFileManager());
168169
paragraphArgs.add("/work/" + svVcf.getName());
169170

170171
paragraphArgs.add("-m");

0 commit comments

Comments
 (0)