Skip to content

Commit 45d7f14

Browse files
committed
Update gVCF index locator in GLNexus step
1 parent e3db53e commit 45d7f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public void execute(List<File> inputGvcfs, File outputVcf, PipelineOutputTracker
212212
for (File f : inputGvcfs)
213213
{
214214
gvcfsLocal.add(ensureLocalCopy(f, workDir, tracker));
215-
ensureLocalCopy(SequenceUtil.getExpectedIndex(f), workDir, tracker);
215+
ensureLocalCopy(new File(f.getPath() + ".tbi"), workDir, tracker);
216216
}
217217

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

0 commit comments

Comments
 (0)