diff --git a/poetry_snakemake_plugin/templates/executor-plugins/init.py b/poetry_snakemake_plugin/templates/executor-plugins/init.py index 8525c1b..f0fadba 100644 --- a/poetry_snakemake_plugin/templates/executor-plugins/init.py +++ b/poetry_snakemake_plugin/templates/executor-plugins/init.py @@ -53,7 +53,10 @@ class ExecutorSettings(ExecutorSettingsBase): # plugins (snakemake-executor-plugin-dryrun, snakemake-executor-plugin-local) # are expected to specify False here. non_local_exec=True, + # Whether the executor implies to not have a shared file system implies_no_shared_fs=True, + # whether to deploy workflow sources to default storage provider before execution + job_deploy_sources=True, # whether arguments for setting the storage provider shall be passed to jobs pass_default_storage_provider_args=True, # whether arguments for setting default resources shall be passed to jobs