Skip to content

Commit

Permalink
Correct arguments to BcftoolsFillTagsStep
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Jan 24, 2024
1 parent f50e5d8 commit 961ab8c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ public VariantProcessingStep.Output processVariants(File inputVCF, File outputDi
throw new PipelineJobException("No annotations were selected");
}

options.add("--");
options.add("-t");
options.add(StringUtils.join(annotations, ","));

Expand Down

0 comments on commit 961ab8c

Please sign in to comment.