-
Notifications
You must be signed in to change notification settings - Fork 241
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
CWL: Bug when using cwltoil (due to overrides?) #2333
Comments
I believe this ought to be closed by the same PR fix as #2334. |
Hi, Any help on this would be greatly appreciated! |
resourceRequirementErrorExample.zip I've created a minimal example, |
I can confirm the patch works as expected, thank you both for your support! |
Hi,
I'm experiencing an issue when running my workflow with cwltoil, though it works in cwltool.
The error is:
Traceback (most recent call last): File "/Users/mdb/miniconda2/bin/cwltoil", line 11, in <module> sys.exit(main()) File "/Users/mdb/miniconda2/lib/python2.7/site-packages/toil/cwl/cwltoil.py", line 1014, in main options, sys.stdin, None, [], options.job_order) File "/Users/mdb/miniconda2/lib/python2.7/site-packages/cwltool/main.py", line 141, in load_job_order overrides.extend(resolve_overrides(job_order_object, file_uri(job_order_file), tool_file_uri)) File "/Users/mdb/miniconda2/lib/python2.7/site-packages/cwltool/load_tool.py", line 377, in resolve_overrides ret, _ = ovloader.resolve_all(ov, baseurl) File "/Users/mdb/miniconda2/lib/python2.7/site-packages/schema_salad/ref_resolver.py", line 871, in resolve_all val, base_url+subscope, file_base=file_base, checklinks=False) TypeError: can only concatenate list (not "str") to list
packed_workflow.txt
pipeline_input.txt
┆Issue is synchronized with this JIRA Story
┆Issue Number: TOIL-327
The text was updated successfully, but these errors were encountered: