diff --git a/snakemake_executor_plugin_slurm/__init__.py b/snakemake_executor_plugin_slurm/__init__.py index 3f2bb03..73d6b4f 100644 --- a/snakemake_executor_plugin_slurm/__init__.py +++ b/snakemake_executor_plugin_slurm/__init__.py @@ -52,7 +52,7 @@ def __init__( # whether arguments for setting default resources shall be passed to jobs pass_default_resources_args=True, # whether environment variables shall be passed to jobs - pass_envvar_declarations_to_cmd=True, + pass_envvar_declarations_to_cmd=False, init_sleep_seconds=40, ) self.run_uuid = str(uuid.uuid4())