reanahub / reana-workflow-engine-serial

REANA Workflow Engine Serial
http://reana-workflow-engine-serial.readthedocs.org
MIT License
0 stars 33 forks source link

Make inputs/code/outputs available inside jobs #7

Closed diegodelemos closed 6 years ago

diegodelemos commented 6 years ago

We will implement this by prepending a cd to every command sent to job controller so:

CMD="cd $SHARED_VOLUME/$WORKFLOW_WORKSPACE && [user_provided_command]"

So users when writing serial specs will just name files as they are referencing working directory ones.

diegodelemos commented 6 years ago

Closed by https://github.com/reanahub/reana-workflow-engine-serial/pull/9.