gce.wrapup currently fails if the pipeline is run before, but the wrapup command is executed after midnight. This is due to OUTDIR being re-evaluated.
Proper solution is to execute a wrapup in the same pyxis session. Need to add a --wrapup command option for this -- i.e. execute this pyxis command at the end, regardless of whether the rest of the command chain succeeded or failed.
gce.wrapup currently fails if the pipeline is run before, but the wrapup command is executed after midnight. This is due to OUTDIR being re-evaluated.
Proper solution is to execute a wrapup in the same pyxis session. Need to add a --wrapup command option for this -- i.e. execute this pyxis command at the end, regardless of whether the rest of the command chain succeeded or failed.