nextflow-io / nextflow

A DSL for data-driven computational pipelines
http://nextflow.io
Apache License 2.0
2.61k stars 605 forks source link

Implement ignoreThenFail as pseudo error strategy #5066

Closed pditommaso closed 1 week ago

pditommaso commented 2 weeks ago

This PR implements the ignoreThenFail as a pseudo error strategy that's mapped to ignore behind the scenes.

pditommaso commented 1 week ago

Closing in favour of #5071