Make optional values mandatory where appropriate
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.