snakemake / snakemake-executor-plugin-slurm

A Snakemake executor plugin for submitting jobs to a SLURM cluster
MIT License
15 stars 17 forks source link

fix: ensuring setting of job.resources.cpus_per_task #59

Closed cmeesters closed 6 months ago

cmeesters commented 6 months ago

This PR relates to PR #18 in https://github.com/snakemake/snakemake-executor-plugin-slurm-jobstep/pull/18 and ensures that the resources (CPUs) upon submit time are equal to those in job context.