Closed johnbradley closed 5 years ago
Fixes errors when generating placeholders for optional and nested(2D/3D) CWL data types. Optional fields in CWL are represented as an array with the first item being null. For example optional int type: ["null", int]
["null", int]
Fixes #183
Fixes errors when generating placeholders for optional and nested(2D/3D) CWL data types. Optional fields in CWL are represented as an array with the first item being null. For example optional int type:
["null", int]
Fixes #183