Skip to content

Commit

Permalink
another syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LindoNkambule committed Feb 14, 2024
1 parent 23493a5 commit d4507bd
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 @@ -68,7 +68,7 @@ def phase_common(
--map /root/gwaspy/resources/maps/b38/{chrom}.b38.gmap.gz \
--output {j.phased_common_chunk['bcf']} \
--thread {ncpu-1} \
--log {j.phased_common_chunk['chunk.log']} \
--log {j.phased_common_chunk['log']} \
--filter-maf {maf} \
{f'--pedigree {pedigree}' if pedigree else ''} \
--region {region}
Expand Down

0 comments on commit d4507bd

Please sign in to comment.