You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: