Skip to content

Commit

Permalink
fix: job_deploy_sources
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevc committed Dec 9, 2023
1 parent 95e896b commit 7934779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snakemake_executor_plugin_aws_batch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ class ExecutorSettings(ExecutorSettingsBase):
# are expected to specify False here.
non_local_exec=True,
implies_no_shared_fs=True,
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 7934779

Please sign in to comment.