miniwdl icon indicating copy to clipboard operation
miniwdl copied to clipboard

No such function: write_objects

Open TedBrookings opened this issue 10 months ago • 0 comments

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.

TedBrookings avatar Apr 19 '24 14:04 TedBrookings