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
From my initial glance, this sounds like is an issue with our CWL conversion (rather than the WDL ingestion), that we're allowing the empty value for CWL to stringify as 'null', right?
From my initial glance, this sounds like is an issue with our CWL conversion (rather than the WDL ingestion), that we're allowing the empty value for CWL to stringify as 'null', right?
Similar to common-workflow-lab/wdl-cwl-translator#80
https://github.com/openwdl/wdl/blob/main/versions/1.1/SPEC.md#expression-placeholder-coercion
Here is a test case
produces the following
Running this give us "Hello null!", while the original gives "Hello !"
The text was updated successfully, but these errors were encountered: