Skip to content

Commit

Permalink
feat(api) Add support for the Compute4PUNCH backend
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Jul 1, 2024
1 parent 69fea32 commit 6104bc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions reana_workflow_engine_snakemake/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ def run(
),
"slurm_partition": job.resources.get("slurm_partition"),
"slurm_time": job.resources.get("slurm_time"),
"c4p_cpu_cores": job.resources.get("c4p_cpu_cores"),
"c4p_memory_limit": job.resources.get("c4p_memory_limit"),
"c4p_additional_requirements": job.resources.get(
"c4p_additional_requirements"
),
}
job_id = submit_job(
self.rjc_api_client, self.publisher, job_request_body
Expand Down

0 comments on commit 6104bc2

Please sign in to comment.