From fecdfd5a8acf133aa83ce6a1719525c9f4b4f4d8 Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent.modolo@ens-lyon.fr> Date: Tue, 16 Apr 2019 11:39:24 +0200 Subject: [PATCH] fastqc: add in2p3 config --- src/nf_modules/fastqc/fastqc_paired.config | 15 +++++++++++++++ src/nf_modules/fastqc/fastqc_single.config | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/src/nf_modules/fastqc/fastqc_paired.config b/src/nf_modules/fastqc/fastqc_paired.config index 08cc9b1b..e6404b8f 100644 --- a/src/nf_modules/fastqc/fastqc_paired.config +++ b/src/nf_modules/fastqc/fastqc_paired.config @@ -32,4 +32,19 @@ profiles { } } } + ccin2p3 { + process{ + withName: fastqc_fastq { + beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/fastqc/0.11.5/:/usr/bin:$PATH" + scratch = true + stageInMode = "copy" + stageOutMode = "rsync" + executor = "sge" + clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n" + cpus = 1 + memory = "10GB" + time = "24h" + } + } + } } diff --git a/src/nf_modules/fastqc/fastqc_single.config b/src/nf_modules/fastqc/fastqc_single.config index 08cc9b1b..e6404b8f 100644 --- a/src/nf_modules/fastqc/fastqc_single.config +++ b/src/nf_modules/fastqc/fastqc_single.config @@ -32,4 +32,19 @@ profiles { } } } + ccin2p3 { + process{ + withName: fastqc_fastq { + beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/fastqc/0.11.5/:/usr/bin:$PATH" + scratch = true + stageInMode = "copy" + stageOutMode = "rsync" + executor = "sge" + clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n" + cpus = 1 + memory = "10GB" + time = "24h" + } + } + } } -- GitLab