add nextflow d30e48d
This commit is contained in:
1
nextflow/tests-v1/checks/error.nf/.config
Normal file
1
nextflow/tests-v1/checks/error.nf/.config
Normal file
@@ -0,0 +1 @@
|
||||
process.errorStrategy = { task.exitStatus >= 1 ? 'retry' : 'ignore' }
|
||||
Reference in New Issue
Block a user