mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-11 04:23:10 +00:00
8 lines
230 B
Text
8 lines
230 B
Text
|
process {
|
||
|
errorStrategy = {task.exitStatus in [104,134,137,139,141,143,255] ? 'retry' : 'finish'}
|
||
|
maxRetries = 5
|
||
|
withName:MapReads {
|
||
|
memory = {check_resource(12.GB)}
|
||
|
time = {check_resource(48.h * task.attempt)}
|
||
|
}
|
||
|
}
|