Skip to content

Commit

Permalink
Bugfix to GatherVcfsCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Feb 22, 2025
1 parent 551321d commit 474d362
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ public void gatherVcfs(File output, List<File> inputVcfs) throws PipelineJobExce
throw new PipelineJobException(e);
}

args.add("-I");
args.add(argFile.getPath());

execute(args);

argFile.delete();
Expand Down

0 comments on commit 474d362

Please sign in to comment.