Skip to content

Make optional values mandatory where appropriate

Ruben Vorderman requested to merge reduceComplexity into develop

Created by: DavyCats

Since we are moving to WDL 1.0, we can now define defaults for mandatory inputs. This is better for inputs which are required and have a default since optional inputs can still be set to null through an input JSON.

Merge request reports