miniwdl
miniwdl copied to clipboard
Array coerces to String in MiniWDL
The spec of WDL 1.1 says that compound types cannot be coerced into string, but when I ran this workflow, MiniWDL seems to automatically convert any type to String as a last resort, even when it should probably fail.