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

cli: override workflow parameters doesn't work for CWL #209

Open
diegodelemos opened this issue Nov 21, 2018 · 0 comments
Open

cli: override workflow parameters doesn't work for CWL #209

diegodelemos opened this issue Nov 21, 2018 · 0 comments

Comments

@diegodelemos
Copy link
Member

$ reana-client run -f reana-cwl.yaml --parameter sleeptime=0
[INFO] Creating a workflow...
workflow.16
[INFO] Uploading files...
File code/helloworld.py was successfully uploaded.
File data/names.txt was successfully uploaded.
[INFO] Starting workflow...
Given parameter - sleeptime, is not in reana.yaml
workflow.16 has been started.

So parameter parsing fails (Given parameter - sleeptime, is not in reana.yaml) because for CWL the params are inside a file, see:

...
  parameters:
    input: workflow/cwl/helloworld-job.yml
workflow:
  type: cwl
  file: workflow/cwl/helloworld.cwl
...
@diegodelemos diegodelemos added this to the Someday milestone Nov 21, 2018
@diegodelemos diegodelemos removed this from the Someday milestone Oct 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant