Skip to content

Commit 1b5f084

Browse files
glormphviklund
authored andcommitted
Typo
1 parent 56ef71c commit 1b5f084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ profiles {
4545
local {
4646
includeConfig 'config/milou.config'
4747
process.executor = 'local'
48-
process.errorStrategy = { $params.runfile != "" : 'ignore' : 'terminate' }
48+
process.errorStrategy = { $params.runfile != "" ? 'ignore' : 'terminate' }
4949
}
5050
}
5151

0 commit comments

Comments
 (0)