We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ef71c commit 1b5f084Copy full SHA for 1b5f084
nextflow.config
@@ -45,7 +45,7 @@ profiles {
45
local {
46
includeConfig 'config/milou.config'
47
process.executor = 'local'
48
- process.errorStrategy = { $params.runfile != "" : 'ignore' : 'terminate' }
+ process.errorStrategy = { $params.runfile != "" ? 'ignore' : 'terminate' }
49
}
50
51
0 commit comments