Skip to content
Snippets Groups Projects
Commit 9de6b052 authored by BIOPZ-Iborra de Toledo Paula's avatar BIOPZ-Iborra de Toledo Paula
Browse files

Delete run_pipeline.sh

parent 905a4bcb
No related branches found
No related tags found
1 merge request!1WIP: Updated workflow
Pipeline #10933 passed
# set -e
mkdir -p test/logs/cluster_log
mkdir -p test/logs/local_log
snakemake \
-p \
-s Snakefile \
--use-singularity \
--singularity-args "--no-home --bind ${PWD},/scicore/home/zavolan/devagy74/projects/filter-anno/" \
--cores 256 \
--local-cores 10 \
--rerun-incomplete \
--configfile config.yaml \
--jobscript jobscript.sh \
--cluster-config cluster.json \
--cluster "sbatch \
--cpus-per-task={cluster.threads} \
--mem={cluster.mem} \
--qos={cluster.queue} \
--time={cluster.time} \
-o {params.cluster_log} \
-p scicore \
--export=JOB_NAME={rule} \
--open-mode=append"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment