diff --git a/workflow/rules/phylogeny.smk b/workflow/rules/phylogeny.smk index f9a53aa..b37dd78 100644 --- a/workflow/rules/phylogeny.smk +++ b/workflow/rules/phylogeny.smk @@ -78,7 +78,7 @@ rule join_one_more_cell: conda: "../envs/xsv_miller.yaml" resources: - runtime=lambda wildcards, attempt: attempt * 59, + runtime=lambda wildcards, attempt: attempt * 59 * 2, # input.size_mb is only queried for the first input file for the group job, so we # need to account for the number of executions of this rule which each adds another # single cell to from this individual