We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6606c5 commit dcf9bc4Copy full SHA for dcf9bc4
pyproject.toml
@@ -12,7 +12,7 @@ readme = "README.md"
12
[tool.poetry.dependencies]
13
python = "^3.11"
14
snakemake-interface-common = "^1.13.0"
15
-snakemake-interface-executor-plugins = "^7.0.0"
+snakemake-interface-executor-plugins = "^8.0.2"
16
snakemake-executor-plugin-slurm-jobstep = "^0.1.5"
17
throttler = "^1.2.2"
18
snakemake_executor_plugin_slurm/__init__.py
@@ -32,6 +32,7 @@
32
# filesystem (True) or not (False).
33
# This is e.g. the case for cloud execution.
34
implies_no_shared_fs=False,
35
+ job_deploy_sources=False,
36
pass_default_storage_provider_args=True,
37
pass_default_resources_args=True,
38
pass_envvar_declarations_to_cmd=False,
0 commit comments