Skip to content

Commit

Permalink
Update gVCF index locator in GLNexus step
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Jan 31, 2024
1 parent e3db53e commit 45d7f14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public void execute(List<File> inputGvcfs, File outputVcf, PipelineOutputTracker
for (File f : inputGvcfs)
{
gvcfsLocal.add(ensureLocalCopy(f, workDir, tracker));
ensureLocalCopy(SequenceUtil.getExpectedIndex(f), workDir, tracker);
ensureLocalCopy(new File(f.getPath() + ".tbi"), workDir, tracker);
}

File localBashScript = new File(workDir, "docker.sh");
Expand Down

0 comments on commit 45d7f14

Please sign in to comment.