Running dxcompiler compile I get an error saying:
[error] WDL code is syntactically invalid -----
But dxcompiler does not provide any error messages, is there any way to enable more verbose errors so I can find out where in the wdl I've made a mistake?
Many Thanks,
Barney
When I write a WDL code, I normally first compile my code locally using Cromwell and check for WDL code validity via WOMtool. WOMtool could tell you more about the syntax issues.
Comments
1 comment
When I write a WDL code, I normally first compile my code locally using Cromwell and check for WDL code validity via WOMtool. WOMtool could tell you more about the syntax issues.
https://github.com/broadinstitute/cromwell
https://cromwell.readthedocs.io/en/develop/WOMtool/
This tutorial is mentioning both tools and I found it really useful: https://davetang.org/muse/2020/01/09/learning-wdl/
Please sign in to leave a comment.