mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
icr_davros sarek config description
This commit is contained in:
parent
78be4b358e
commit
405801638a
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
* -------------------------------------------------
|
||||||
|
* Nextflow nf-core config file for ICR davros HPC
|
||||||
|
* -------------------------------------------------
|
||||||
|
*/
|
||||||
process {
|
process {
|
||||||
errorStrategy = {task.exitStatus in [104,134,137,139,141,143,255] ? 'retry' : 'finish'}
|
errorStrategy = {task.exitStatus in [104,134,137,139,141,143,255] ? 'retry' : 'finish'}
|
||||||
maxRetries = 5
|
maxRetries = 5
|
||||||
|
|
Loading…
Reference in a new issue