We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c1040 commit dab86ffCopy full SHA for dab86ff
ingest/rules/nextclade.smk
@@ -30,7 +30,7 @@ rule run_nextclade:
30
# The lambda is used to deactivate automatic wildcard expansion.
31
# https://github.com/snakemake/snakemake/blob/384d0066c512b0429719085f2cf886fdb97fd80a/snakemake/rules.py#L997-L1000
32
translations=lambda w: "results/translations/{cds}.fasta",
33
- threads: 4
+ threads: workflow.cores
34
log:
35
"logs/run_nextclade.txt",
36
benchmark:
0 commit comments