Changed
- Fix compatibility with latest singularity versions.
- Various bug fixes (e.g. in cluster error handling, remote providers,
kubernetes backend).
Added
- Add --default-resources flag, that
allows to define default resources for jobs (e.g. mem_mb, disk_mb), see
[docs](https://snakemake.readthedocs.io/en/stable/snakefiles/rules.html#resources).
- Accept `--dry-run` as a synonym of `--dryrun`. Other Snakemake options
are similarly hyphenated, so other documentation now refers to
`--dry-run` but both (and also `-n`) will always be accepted
equivalently.