Skip to content

Commit 56ef71c

Browse files
glormphviklund
authored andcommitted
Also added errorStartegy to local profile (no slurm)
1 parent 4df99f3 commit 56ef71c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nextflow.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ profiles {
4545
local {
4646
includeConfig 'config/milou.config'
4747
process.executor = 'local'
48+
process.errorStrategy = { $params.runfile != "" : 'ignore' : 'terminate' }
4849
}
4950
}
5051

0 commit comments

Comments
 (0)