Skip to content

Commit

Permalink
Merge pull request #265 from replikation/MarieLataretu/issue263
Browse files Browse the repository at this point in the history
changed the error strategy in slurm profile
  • Loading branch information
replikation committed May 13, 2024
2 parents 2428436 + 1c08d60 commit a95483a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ profiles {
process.cache = "lenient"


process.errorStrategy = 'ignore'
process.errorStrategy = 'retry'
process.maxRetries = 1
}

docker {
Expand Down

0 comments on commit a95483a

Please sign in to comment.