Added
* Snakemake
+ Remote register support
+ `download` field for file inputs
+ `config` field for file inputs
+ Blanket support for parameters of any type via the `SnakemakeParameter` class
+ Support for generating a `latch_metadata` directory from a `config.yaml` with `latch generate-metadata`
+ Support for default values for parameters
Changed
* Snakemake
+ JIT register step no longer downloads input files by default
+ `latch_metadata` should now be a module (directory containing an `__init__.py` file), as opposed to just being a file