Skip to content

v9.2.0

Choose a tag to compare

@snakemake-bot snakemake-bot released this 14 Apr 21:29
4725e7c

9.2.0 (2025-04-14)

Features

  • auto detect string resources in resource definitions given by --default-resources and --set-resources in the string yields a syntax error when being interpreted as a python expression; this will obviate the need to quote such expressions in many cases; further, fix interpretation of quoted resources by removing quotes after intepretation (#3532) (81f09bd)

Bug Fixes

  • restore accidentally changed behavior of --cores. If not specified, Snakemake now complains again, asking for --cores to be specified (of --jobs in case of remote exec). As before, if a default is desired, it can be easily set via a profile (#3531) (11b2b30)