Skip to content

Dealing with missing data

Michiel Cottaar requested to merge optional_templates into main

Adds two ways to deal with missing data:

  1. --skip-missing flag which prevents errors from being raised if any user-requested outputs cannot be produced.
  2. In(optional=True), which can be used to mark optional input parameters. Jobs will still be run, even if optional input files are missing.

Merge request reports