Skip to content

Commit

Permalink
further increase the join_one_more_cell runtime requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaehnemann committed Nov 6, 2023
1 parent d2287fe commit ab5bc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/phylogeny.smk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab5bc37

Please sign in to comment.