Hi all,
I need some advice to load my Snakemake pipeline onto a Slurm-managed computing resource.
-
How to add the following parameters to the profile from sbatch ?
sbatch -p target -c 30 --mem=3G --time=12:00:00
The Snakemake-Profiles generated config.yaml does not contain any information about partitions and memory. I presume it is the default-resources but I cannot find the relevant information in the documentation.
-
How to call Snakemake with slurm?
Is it still necessay to call Snakemake --slurm in addition to --profile slurm ?
Thank you for all help!
Hi all,
I need some advice to load my Snakemake pipeline onto a Slurm-managed computing resource.
How to add the following parameters to the profile from sbatch ?
sbatch -p target -c 30 --mem=3G --time=12:00:00
The Snakemake-Profiles generated config.yaml does not contain any information about partitions and memory. I presume it is the default-resources but I cannot find the relevant information in the documentation.
How to call Snakemake with slurm?
Is it still necessay to call Snakemake --slurm in addition to --profile slurm ?
Thank you for all help!