We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5432e83 commit b275fefCopy full SHA for b275fef
1 file changed
workflow/rules/candidate_calling.smk
@@ -18,7 +18,7 @@ rule freebayes:
18
config["params"]["freebayes"].get("min_alternate_fraction", "0.05"),
19
config["params"]["freebayes"].get("extra", ""),
20
),
21
- threads: max(workflow.cores - 1, 1) # use all available cores -1 (because of the pipe) for calling
+ threads: 96 # with more cores, we expect freebayes to become too IO bound and memory hungry
22
wrapper:
23
"v2.7.0/bio/freebayes"
24
0 commit comments