Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for command line outdir specification #10

Open
theferrit32 opened this issue Dec 15, 2017 · 0 comments
Open

Allow for command line outdir specification #10

theferrit32 opened this issue Dec 15, 2017 · 0 comments

Comments

@theferrit32
Copy link
Collaborator

Let user specify an outdir for the datacommons workflow execution, so that output files can be sent to a different subdirectory of the shared filesystem.

Require that the output directory is a subdirectory of the base directory for the job.

So for example of the job is executed with:
$ cwltool --data-commons myworkflow.cwl /renci/irods/workflowjob1.yml

allow for the outputs from the workflow to be placed in a subdirectory like:
$ cwltool --data-commons --outdir=/renci/irods/workflowjob1_out myworkflow.cwl /renci/irods/workflowjob1.yml

Which would result in input files being read from /renci/irods and output files being placed in /renci/irods/workflowjob1_out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant