Skip to content

Commit

Permalink
reducing max retries
Browse files Browse the repository at this point in the history
  • Loading branch information
DOH-JDJ0303 authored Apr 26, 2024
1 parent d19a4df commit eebee37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/cluster.nf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ process CLUSTER_LARGE {
label "process_high_memory"
container 'docker.io/johnjare/spree:1.0'
errorStrategy 'retry'
maxRetries 4
maxRetries 3

input:
tuple val(taxa), val(segment), path(dist), val(seq_count)
Expand Down

0 comments on commit eebee37

Please sign in to comment.