thasso / pyjip

JIP Pipeline System
http://pyjip.readthedocs.org
Other
19 stars 8 forks source link

Create a post-validate hook to be able to check the result state of a job manually #33

Open thasso opened 10 years ago

thasso commented 10 years ago

There should be a post-validate hook that can be expressed as a block and that can raise an exception or exit with 1 in order to fail a job even if the command run successfully.

Another idea was to let the post-validate automatically ensure that all required outputs exist on disc.