From 7aaebbbe15951c2c6b07fef1d7ff629c4a292344 Mon Sep 17 00:00:00 2001 From: Patrik Smeds Date: Wed, 21 Feb 2024 14:26:49 +0100 Subject: [PATCH] feat: working ngp sge profile --- profiles/ngp/config.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 profiles/ngp/config.yaml diff --git a/profiles/ngp/config.yaml b/profiles/ngp/config.yaml new file mode 100644 index 00000000..101b2c20 --- /dev/null +++ b/profiles/ngp/config.yaml @@ -0,0 +1,14 @@ +jobs: 100 +keep-going: True +restart-times: 1 +latency-wait: 120 +show-failed-logs: True +rerun-incomplete: True +use-singularity: True +configfiles: ["config/config.yaml", "config/config.data.hg19.yaml"] +singularity-args: "-e -B /gms-data -B /gms-home -B ${TMPDIR}:/tmp -B /gms-scratch " +wrapper-prefix: "git+file://gms-data/gmc-joint/Twist_Solid_GMS560/Twist_Solid_develop/snakemake-wrappers/" +singularity-prefix: "/gms-data/gmc-joint/Twist_Solid_GMS560/Twist_Solid_develop/singularity_cache/" +drmaa: " -V -pe OpenMP {resources.threads} -l h_rt={resources.time} -N {rule} -e sge_out/{rule}_%j.err -o sge_out/{rule}_%j.out" +drmaa-log-dir: "sge_out" +