Skip to content

Commit

Permalink
rm force single for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Apr 26, 2024
1 parent 038d7ec commit c6a604b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harpy/rules/phase.smk
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ rule merge_samples:
shell:
"""
if [ "{params}" = true ]; then
bcftools merge --threads {threads} -Ob -o {output.bcf} --force-single --write-index {input.bcf}
bcftools merge --threads {threads} -Ob -o {output.bcf} --write-index {input.bcf}
else
cp {input.bcf} {output.bcf}
cp {input.idx} {output.idx}
Expand Down

0 comments on commit c6a604b

Please sign in to comment.