We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ff4ea commit 4e9e45fCopy full SHA for 4e9e45f
1 file changed
workflow/rules/map.smk
@@ -304,6 +304,6 @@ rule shard_sort_query:
304
threads: 8
305
resources:
306
mem=lambda w, threads, attempt: f"{10* threads* attempt} GiB",
307
- runtime=lambda w, input, attempt: f"{max(0.02* input.size_gb+1,20)* attempt} h",
+ runtime=lambda w, input, attempt: f"{(0.02* input.size_gb+1)* attempt} h",
308
wrapper:
309
f"{wrapper_ver}/bio/samtools/sort"
0 commit comments