Bug #10520
Updated by Ward Vandewege about 8 years ago
When running arvados-cwl-runner --create-template on a CrunchV2 only setup, it errors out like this
<pre>
shell.9tee4:/usr/local/arvados/src/doc/user/cwl/bwa-mem$ arvados-cwl-runner --create-template bwa-mem.cwl
/usr/bin/arvados-cwl-runner c6c3d3c8748b59ca0e8a9d5cfec0a54bdfd212f0 1.0.20161110143547, arvados-python-client 0.1.20161103194513, cwltool 1.0.20161107145355
2016-11-11 03:24:45 arvados.arv-run[11967] INFO: Upload local files: "bwa-mem.cwl"
2016-11-11 03:24:45 arvados.arv-run[11967] INFO: Uploaded to 9tee4-4zz18-z3esag8l0zux5lr
Unhandled error, try again with --debug for more information:
'Resource' object has no attribute 'create'
</pre>
Instead of erroring out, it should say that --create-template is not supported, and that --create-workflow should be used instead.