From bcf610c396f327ddacd5730b1139f533d4d6b333 Mon Sep 17 00:00:00 2001 From: hpolvech <helene.polveche@ens-lyon.fr> Date: Wed, 6 Jun 2018 14:13:57 +0000 Subject: [PATCH] RNASeq.config : create file --- src/RNASeq.config | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/RNASeq.config diff --git a/src/RNASeq.config b/src/RNASeq.config new file mode 100644 index 0000000..133f730 --- /dev/null +++ b/src/RNASeq.config @@ -0,0 +1,27 @@ +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