miniwdl
miniwdl copied to clipboard
WDL 1.1 support bugs
Using wdl-test and SPEC.md I found a number of errors that can be grouped into the following issues:
-
[ ] Object support #694 and #684
-
[x] Structs
- test_struct.wdl #728
- map_to_struct.wdl #712
-
[x] Return Codes #729
-
[x] POSIX regex standard #709
-
[x] Boolean evaluation #701
-
[ ] JSON Serialization of integers #702
-
[x] Transpose array no equivalent to explicit #699
-
[x] Map to struct coercion #712
-
[x] Map has error with nested File types #700
-
[ ] Let task output files outside its working directory #214
-
[ ] Optional file for select_all not consistent #696
@vsmalladi Thanks a lot for compiling this, really helpful!