add nextflow d30e48d
This commit is contained in:
6
nextflow/tests/checks/error-ignore-then-fail.nf/.config
Normal file
6
nextflow/tests/checks/error-ignore-then-fail.nf/.config
Normal file
@@ -0,0 +1,6 @@
|
||||
workflow {
|
||||
failOnIgnore = true
|
||||
}
|
||||
process {
|
||||
errorStrategy = 'ignore'
|
||||
}
|
||||
Reference in New Issue
Block a user