Commit 0e91696f authored by Kevin Kunzmann's avatar Kevin Kunzmann

bugfix

parent 7f671c9d
mkdir logs
nohup snakemake $1 \
--jobs 999 \
--jobs 5 \
--use-singularity \
--cluster-config cluster.json \
--cluster "sbatch -A {cluster.account} -p {cluster.partition} --ntasks {cluster.ntasks} --cpus-per-task {cluster.ncpu} --nodes {cluster.nodes} -t {cluster.time} --job-name {cluster.name} --output {cluster.output} --error {cluster.error}" &
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment