Skip to content

Commit

Permalink
Snakefmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zjnolen committed Oct 7, 2024
1 parent e0ee5fe commit 1266cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angsd/workflow/rules/call_genotypes.smk
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ rule bcftools_merge_all:
conda:
"../envs/bcftools.yaml"
params:
merge=lambda w, input: "view" if len(input) == 1 else "merge"
merge=lambda w, input: "view" if len(input) == 1 else "merge",
threads: 2
resources:
runtime=720,
Expand Down

0 comments on commit 1266cc7

Please sign in to comment.