Skip to content

Commit

Permalink
minor syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LindoNkambule committed Feb 14, 2024
1 parent 1ff64f2 commit 870c523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gwaspy/phasing/shapeit5_phase.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def annotate_vcf(
)

j.command(f"""
bcftools +fill-tags {vcf['vcf']} -Ou -- -t AN,AC -o {j.annotated_vcf['vcf']}
bcftools +fill-tags {vcf['vcf']} -Ou -o {j.annotated_vcf['vcf']} -- -t AN,AC
bcftools index {j.annotated_vcf['vcf']} --output {j.annotated_vcf['index']} --threads {ncpu}
""")

Expand Down

0 comments on commit 870c523

Please sign in to comment.