diff --git a/src/nf_modules/MUSIC/peak_calling_single.config b/src/nf_modules/MUSIC/peak_calling_single.config index 1b53d90d06fe5dcc28f99347770d2c3b3bde8151..f581bd0c64fb3bd444d12886b1bf5cc66e84bfb4 100644 --- a/src/nf_modules/MUSIC/peak_calling_single.config +++ b/src/nf_modules/MUSIC/peak_calling_single.config @@ -17,13 +17,31 @@ profiles { psmn { process{ withname: compute_mappability { - beforeScript = "module purge; module load MUSIC/6613c53" + beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules" + module = "MUSIC/6613c53" + executor = "psmn" + cpus = 1 + memory = "20GB" + time = "12h" + queue = 'monointeldeb128' } withname: music_preprocessing { - beforeScript = "module purge; module load MUSIC/6613c53" + beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules" + module = "MUSIC/6613c53" + executor = "psmn" + cpus = 1 + memory = "20GB" + time = "12h" + queue = 'monointeldeb128' } withname: music_computation { - beforeScript = "module purge; module load MUSIC/6613c53" + beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules" + module = "MUSIC/6613c53" + executor = "psmn" + cpus = 1 + memory = "20GB" + time = "12h" + queue = 'monointeldeb128' } } }