Skip to content

2.35.0

Compare
Choose a tag to compare
@kennyworkman kennyworkman released this 22 Oct 03:39
· 863 commits to main since this release

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