Support for WDL 1.1
See original GitHub issueI tried running a WDL in version 1.1, to use the as_map(Array[Pair[X,Y]])
function, but it doesn’t work.
"failures": [
{
"causedBy": [
{
"causedBy": [
],
"message": "ERROR: Finished parsing without consuming all tokens.\n\nversion 1.1\n^\n "
}
],
"message": "Workflow input processing failed"
}
],
According to the LanguageSupport specifications, the only supported versions for WDL are 1.0
and development
. Is this correct?
Would it be possible to add support for WDL 1.1
?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:5
Top Results From Across the Web
Language Support - Cromwell - Read the Docs
Cromwell supports the majority of Draft-2 of the WDL Spec. ... Cromwell provides support for Common Workflow Language (CWL), beginning with the core...
Read more >Execute! - Terra Support
At the current moment, it looks like Cromwell does not support WDL 1.1 while other tools like miniwdl and wdlTools support this specification....
Read more >Language Support — Dockstore documentation
Tool Tab Display, Yes (cwl version <= 1.1), Yes (wdl version <= 1.0), Yes, Limited support. Launch-with Platforms for workflows, BioData Catalyst
Read more >Genomic Data Analysis – Amazon Omics FAQs - Amazon AWS
Amazon Omics is a purpose-built service that helps healthcare and life ... Amazon Omics workflows support workflow definitions compliant with the WDL 1.1...
Read more >For the WDL (10) workflow language, Dockstore offers Launch ...
Download scientific diagram | For the WDL (10) workflow language, ... and testing to match with support for CWL 1.1 and WDL 1.0...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have also been running into issues regarding syntax and have just realised that Cromwell doesn’t support the WDL 1.1 spec. Any news on whether this is something that will be implemented soon? It has been over a year since the spec was introduced and it introduces features sorely lacking in 1.0…!
Any update about WDL 1.1 support ?