Skip to content
Snippets Groups Projects
Commit 53bf4372 authored by BIOPZ-Gypas Foivos's avatar BIOPZ-Gypas Foivos
Browse files

Updated run_snakefile.sh

parent 100e648e
Branches
Tags 1.2.0
No related merge requests found
......@@ -5,7 +5,7 @@ mkdir -p logs/local_log
snakemake \
--cluster-config cluster.json \
--cluster "sbatch --cpus-per-task={cluster.threads} --mem={cluster.mem} --qos={cluster.queue} --time={cluster.time} --output={params.cluster_log}-%j-%N -p scicore" \
--cluster "sbatch --cpus-per-task={cluster.threads} --mem={cluster.mem} --qos={cluster.queue} --time={cluster.time} --job-name={cluster.name} -o {cluster.out} -p scicore" \
--cores 256 \
-p \
--rerun-incomplete \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment