Skip to content

Snakemake and Slurm #110

@mweberr

Description

@mweberr

Hi all,
I need some advice to load my Snakemake pipeline onto a Slurm-managed computing resource.

  1. 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.

  2. How to call Snakemake with slurm?
    Is it still necessay to call Snakemake --slurm in addition to --profile slurm ?

Thank you for all help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions