Skip to content

Commit

Permalink
Merge branch 'CW-3626_pt2' into 'dev'
Browse files Browse the repository at this point in the history
Patch severus

Closes CW-3626

See merge request epi2melabs/workflows/wf-somatic-variation!121
  • Loading branch information
RenzoTale88 committed May 21, 2024
2 parents 221ca04 + d6c6be8 commit 8444817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/wf-somatic-sv.nf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ process severus {
label "wf_somatic_sv"
cpus Math.max(4, params.severus_threads)
// Allow retries for testing purposes
memory { severus_mem[task.attempt] }
memory { severus_mem[task.attempt - 1] }
maxRetries 1
errorStrategy {task.exitStatus in [137,140] ? 'retry' : 'finish'}
input:
Expand Down

0 comments on commit 8444817

Please sign in to comment.