Releases: snakemake/snakemake-interface-executor-plugins
Releases · snakemake/snakemake-interface-executor-plugins
v9.3.6
v9.3.5
v9.3.4
9.3.4 (2025-03-26)
Bug Fixes
- if requested, properly encode Path types as base64 (#84) (8518425). Important in case you use the setting
remote-job-local-storage-prefix
, you now no longer should escape environment variables that will be evaluated in the remote job with a leading backslash, see https://snakemake.github.io/snakemake-plugin-catalog/plugins/storage/fs.html#further-details.