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
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ mkdir -p logs/local_log ...@@ -5,7 +5,7 @@ mkdir -p logs/local_log
snakemake \ snakemake \
--cluster-config cluster.json \ --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 \ --cores 256 \
-p \ -p \
--rerun-incomplete \ --rerun-incomplete \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment