Skip to content

Commit

Permalink
fix: job_deploy_sources in CommonSettings (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevc authored Dec 12, 2023
1 parent 70c7e89 commit 321998e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions poetry_snakemake_plugin/templates/executor-plugins/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 321998e

Please sign in to comment.