databio / pypiper

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

Don't checkpoint a nofail stage when it's nofailed #222

Closed vreuter closed 4 months ago

vreuter commented 4 months ago

This makes it so that a "checkpoint" file marking a stage as complete is added only if the stage actually succeeds, not if it's bypassed due to be marked as nofail. Follow-up to #220