5 lines
238 B
Bash
Executable File
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}" "$@"
|
|
|