Commit 68b9e642 authored by Kevin Kunzmann's avatar Kevin Kunzmann

added gitignore and limited concurrent jobs on hpc

parent aeec8e69
.config
.snakemake
output
logs
nohup.out
container.sif
mkdir -p logs
nohup snakemake $1 \
--jobs 99 \
--jobs 12 \
--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