From 3d20efdea558e63121173911f5b30e7a7d3a2a06 Mon Sep 17 00:00:00 2001 From: gael <gael@ornati.biologie.ens-lyon.fr> Date: Thu, 14 Jun 2018 17:54:47 +0200 Subject: [PATCH] RNASeq.config: created --- src/RNASeq.config | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/RNASeq.config diff --git a/src/RNASeq.config b/src/RNASeq.config new file mode 100644 index 0000000..aa1a372 --- /dev/null +++ b/src/RNASeq.config @@ -0,0 +1,26 @@ +profiles { + docker { + docker.temp = 'auto' + docker.enabled = true + process { + $adaptor_removal { + container = "cutadapt:1.14" + } + } + } + sge { + process{ + $adaptor_removal { + beforeScript = "module purge; module load cutadapt/1.14" + executor = "sge" + cpus = 1 + memory = "5GB" + time = "6h" + queueSize = 1000 + pollInterval = '60sec' + queue = 'h6-E5-2667v4deb128' + penv = 'openmp8' + } + } + } +} -- GitLab