Duke-GCB / bespin-api

Web application for running workflows in the cloud
MIT License
0 stars 2 forks source link

183 placeholder errors #184

Closed johnbradley closed 5 years ago

johnbradley commented 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]

Fixes #183