pypsa-eur/snakemake_cluster
2018-02-10 17:19:46 +01:00

5 lines
238 B
Bash
Executable File

#!/bin/bash
snakemake --latency-wait 100 --cluster-config cluster.yaml --cluster "sbatch --parsable -J '{cluster.name}' -p {cluster.partition} -n 1 -t '6-0' --cpus-per-task {threads} -o '{cluster.output}' --mem {resources.mem_mb}" "$@"