Skip to content

Commit 474d362

Browse files
committed
Bugfix to GatherVcfsCloud
1 parent 551321d commit 474d362

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/variant/GatherVcfsCloudWrapper.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ public void gatherVcfs(File output, List<File> inputVcfs) throws PipelineJobExce
3434
throw new PipelineJobException(e);
3535
}
3636

37+
args.add("-I");
38+
args.add(argFile.getPath());
39+
3740
execute(args);
3841

3942
argFile.delete();

0 commit comments

Comments
 (0)