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
It's possible to instruct Snakemake to interact with SLURM and execute groups of jobs in parallel on a computing node (so that few SLURM jobs are actually submitted). See relevant documentation:
It's possible to instruct Snakemake to interact with SLURM and execute groups of jobs in parallel on a computing node (so that few SLURM jobs are actually submitted). See relevant documentation:
Note: this statement in the NERSC documentation is wrong: https://docs.nersc.gov/jobs/workflow/snakemake/#disadvantages-of-snakemake
I tried to write a Snakemake v7 profile for legend-simflow a while ago:
https://github.com/legend-exp/legend-simflow/blob/main/profiles/nersc-batch/config.yaml
but did not work properly, see
sbatch
call does not escape quotes inexec_job
snakemake/snakemake-executor-plugin-slurm#29We should try again with Snakemake v8.
See also: legend-exp/legend-simflow#8
The text was updated successfully, but these errors were encountered: