Dealing with missing data
Adds two ways to deal with missing data:
-
--skip-missing
flag which prevents errors from being raised if any user-requested outputs cannot be produced. -
In(optional=True)
, which can be used to mark optional input parameters. Jobs will still be run, even if optional input files are missing.