Skip to content

Commit 73e8dc8

Browse files
committed
Update variant calling threads directive
This accounts for the two processes spawned by samtools and ivar, which can lead to higher than expected CPU usage
1 parent a1431ee commit 73e8dc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflow/rules/vaf.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
rule snps_to_ancestor:
2-
threads: 1
2+
threads: 2
33
retries: 3
44
shadow: "minimal"
55
conda: "../envs/var_calling.yaml"

0 commit comments

Comments
 (0)