Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
deep_genome
cedalion
Commits
d38a9de5
Commit
d38a9de5
authored
Nov 14, 2018
by
Thomas Van Parys
Browse files
Set errorStrategy to finish after retrying
parent
e6c2b009
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.nf
View file @
d38a9de5
...
...
@@ -1096,7 +1096,7 @@ process wgd_ksd_paranome{
time
'1h'
memory
{
4
.
GB
+
2
.
GB
*
task
.
attempt
}
errorStrategy
'retry'
errorStrategy
{
task
.
attempt
<
5
?
'retry'
:
'finish'
}
maxRetries
4
cpus
4
...
...
@@ -1128,8 +1128,8 @@ process wgd_ksd_one_v_one{
time
'1h'
memory
{
1
.
GB
+
1
.
GB
*
task
.
attempt
}
errorStrategy
'retry'
maxRetries
5
errorStrategy
{
task
.
attempt
<
5
?
'retry'
:
'finish'
}
maxRetries
4
cpus
4
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment