From dd75f24425a2ec510f8418fb8a9815b6f9955294 Mon Sep 17 00:00:00 2001 From: Johannes Koester Date: Wed, 18 Jun 2025 12:55:53 +0200 Subject: [PATCH] fix: do not constrain resources in remote jobs --- snakemake_interface_executor_plugins/executors/real.py | 1 - 1 file changed, 1 deletion(-) diff --git a/snakemake_interface_executor_plugins/executors/real.py b/snakemake_interface_executor_plugins/executors/real.py index dabb9b7..5a4c365 100644 --- a/snakemake_interface_executor_plugins/executors/real.py +++ b/snakemake_interface_executor_plugins/executors/real.py @@ -103,7 +103,6 @@ def get_job_args(self, job: JobExecutorInterface, **kwargs): unneeded_temp_files, skip=not unneeded_temp_files, ), - self.get_resource_declarations(job), ] )