Skip to content

Commit

Permalink
must have &&
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Jun 25, 2023
1 parent f8d56cb commit 74cca6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/refpanels.smk
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ rule concat_refpanel_sites_by_region2:
shell:
"""
( \
bcftools concat -Da --threads 4 -Oz -o {output.sites} {input} && tabix -f {output.sites} \
bcftools concat -Da --threads 4 -Oz -o {output.sites} {input} && tabix -f {output.sites} && \
bcftools query -f'%CHROM\t%POS\t%REF,%ALT\n' {output.sites} | bgzip -c > {output.tsv} && tabix -s1 -b2 -e2 {output.tsv}
) & > {log}
"""

0 comments on commit 74cca6a

Please sign in to comment.