From c95c7e0c53934776b91b2ca1908b4413e161766d Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent@modolo.fr> Date: Tue, 23 Oct 2018 16:27:50 +0200 Subject: [PATCH] RSEM: nf update indexing config for psmn --- src/nf_modules/RSEM/indexing.config | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/nf_modules/RSEM/indexing.config b/src/nf_modules/RSEM/indexing.config index 4822bb0..59cdf8f 100644 --- a/src/nf_modules/RSEM/indexing.config +++ b/src/nf_modules/RSEM/indexing.config @@ -11,7 +11,14 @@ profiles { psmn { process{ withname: index_fasta { - beforeScript = "module purge; module load RSEM/1.3.0; module load SAMtools/1.7" + beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules" + module = "RSEM/1.3.0:SAMtools/1.7" + executor = "sge" + cpus = 16 + memory = "30GB" + time = "24h" + queue = 'E5-2670deb128A,E5-2670deb128B,E5-2670deb128C,E5-2670deb128D,E5-2670deb128E,E5-2670deb128F' + penv = 'openmp16' } } } -- GitLab