Skip to content

Commit 961ab8c

Browse files
committed
Correct arguments to BcftoolsFillTagsStep
1 parent f50e5d8 commit 961ab8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/analysis/BcftoolsFillTagsStep.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ public VariantProcessingStep.Output processVariants(File inputVCF, File outputDi
100100
throw new PipelineJobException("No annotations were selected");
101101
}
102102

103+
options.add("--");
103104
options.add("-t");
104105
options.add(StringUtils.join(annotations, ","));
105106

0 commit comments

Comments
 (0)