Files
ma/nextflow/tests/checks/error-ignore-then-fail.nf/.config
2026-04-29 23:01:54 +02:00

7 lines
76 B
Plaintext

workflow {
failOnIgnore = true
}
process {
errorStrategy = 'ignore'
}