miniwdl
miniwdl copied to clipboard
No such function: write_objects
I have a WDL (with version 1.1
at the top). I'm executing miniwdl check
with version 1.11.1.
In my task I have an array of simple structs that I need to parse in bash, so I call write_objects, and miniwdl check errors out with the message No such function: write_objects
. It's in the spec: write_objects. I also see that there is this disclaimer for only using structs (vs objects) in the miniwdl run documentation here. It feels like this use case falls within that guideline: I just want to serialize an array of structs to a headered TSV.