From 520f4e9faece30cafa6bdf2184032b0179eca710 Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent.modolo@ens-lyon.fr> Date: Tue, 16 Apr 2019 13:28:33 +0200 Subject: [PATCH] music: add in2p3 config --- .../music/peak_calling_single.config | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/src/nf_modules/music/peak_calling_single.config b/src/nf_modules/music/peak_calling_single.config index cf15eab2..1ae50627 100644 --- a/src/nf_modules/music/peak_calling_single.config +++ b/src/nf_modules/music/peak_calling_single.config @@ -68,4 +68,41 @@ profiles { } } } + ccin2p3 { + process{ + withName: compute_mappability { + beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/music/6613c53/:/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" + } + withName: music_preprocessing { + beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/music/6613c53/:/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" + } + withName: music_computation { + beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/music/6613c53/:/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