You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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.yamlworkflow.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:
So parameter parsing fails (
Given parameter - sleeptime, is not in reana.yaml
) because for CWL the params are inside a file, see:The text was updated successfully, but these errors were encountered: