databio / pypiper

Python toolkit for building restartable pipelines
http://pypiper.databio.org
BSD 2-Clause "Simplified" License
45 stars 9 forks source link

Add summary of `Stage`s of `Pipeline` which failed #221

Open vreuter opened 4 months ago

vreuter commented 4 months ago

With #220 , any Stage will be able to be marked as nofail, allowing the Pipeline of which it's part to continue. Whenever the pipeline ultimately finishes (or is halted or crashes), it would be nice to have a record of which nofail stages failed.