Hi Guys, I have version 1 installed on my PC but I want to install cwltool implementation in compliance with draft 3 standards. What is the convenient way to install the older version of CWL? Thanks
Hi Guys, I have version 1 installed on my PC but I want to install cwltool implementation in compliance with draft 3 standards. What is the convenient way to install the older version of CWL? Thanks
Hello farahk,
The current version of CWL aims to support all draft-2, draft-3, and v1.0 compliant CWL documents.
You can test older versions like so: pip install cwltool==1.0.20150317015350
To get a list of all older versions of cwltool
try pip install cwltool==invalidversion
.
Hopefully we can get this fixed for you soon.
Try this link:
http://bcbio-nextgen.readthedocs.io/en/latest/contents/cwl.html
This is a short description:
http://www.commonwl.org/draft-3/
This is what github provides:
https://github.com/common-workflow-language/common-workflow-language
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
See this post, it may be useful.
Mixing CWL workflow versions (including draft-3 tool in v1.0 workflow)
Thanks Natasha. I will look into it.