From f8fe5b84dbe5abcf155a18fd5d3e797ed85401fb Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Tue, 21 May 2019 14:15:33 +0200
Subject: [PATCH] nf modules singularity: remove logs for in2p3

---
 src/nf_modules/bedtools/fasta_from_bed.config |  9 +++--
 src/nf_modules/bowtie/indexing.config         |  9 +++--
 src/nf_modules/bowtie/mapping_paired.config   |  9 +++--
 src/nf_modules/bowtie/mapping_single.config   |  9 +++--
 src/nf_modules/bowtie2/indexing.config        |  9 +++--
 src/nf_modules/bowtie2/mapping_paired.config  |  9 +++--
 src/nf_modules/bowtie2/mapping_single.config  |  9 +++--
 src/nf_modules/bwa/indexing.config            |  9 +++--
 src/nf_modules/bwa/mapping_paired.config      |  9 +++--
 .../cutadapt/adaptor_removal_paired.config    |  9 +++--
 .../cutadapt/adaptor_removal_single.config    |  9 +++--
 .../cutadapt/trimming_paired.config           |  8 ++---
 .../cutadapt/trimming_single.config           |  8 ++---
 src/nf_modules/deeptools/bam_to_bigwig.config | 18 +++++-----
 .../deeptools/compute_matrix.config           | 10 +++---
 src/nf_modules/deeptools/plot_profile.config  | 10 +++---
 src/nf_modules/fastp/fastp_paired.config      | 10 +++---
 src/nf_modules/fastp/fastp_single.config      | 10 +++---
 src/nf_modules/fastqc/fastqc_paired.config    | 10 +++---
 src/nf_modules/fastqc/fastqc_single.config    | 10 +++---
 src/nf_modules/hisat2/indexing.config         | 10 +++---
 src/nf_modules/hisat2/mapping_paired.config   |  8 ++---
 src/nf_modules/hisat2/mapping_single.config   |  8 ++---
 src/nf_modules/htseq/htseq.config             | 18 +++++-----
 src/nf_modules/kallisto/indexing.config       | 10 +++---
 src/nf_modules/kallisto/mapping_paired.config | 10 +++---
 src/nf_modules/kallisto/mapping_single.config | 10 +++---
 src/nf_modules/macs2/peak_calling.config      | 10 +++---
 src/nf_modules/multiqc/multiqc_paired.config  | 18 +++++-----
 src/nf_modules/multiqc/multiqc_single.config  | 18 +++++-----
 .../music/peak_calling_single.config          | 36 +++++++++----------
 src/nf_modules/rsem/indexing.config           | 10 +++---
 .../rsem/quantification_paired.config         | 10 +++---
 .../rsem/quantification_single.config         | 10 +++---
 src/nf_modules/sambamba/index_bams.config     | 10 +++---
 src/nf_modules/sambamba/sort_bams.config      | 10 +++---
 src/nf_modules/sambamba/split_bams.config     | 10 +++---
 src/nf_modules/samblaster/dedup_sams.config   | 10 +++---
 src/nf_modules/samtools/filter_bams.config    | 10 +++---
 src/nf_modules/samtools/index_bams.config     | 10 +++---
 src/nf_modules/samtools/sort_bams.config      | 10 +++---
 src/nf_modules/samtools/split_bams.config     | 10 +++---
 src/nf_modules/sratoolkit/fastqdump.config    | 10 +++---
 src/nf_modules/urqt/trimming_paired.config    | 10 +++---
 src/nf_modules/urqt/trimming_single.config    | 10 +++---
 45 files changed, 237 insertions(+), 252 deletions(-)

diff --git a/src/nf_modules/bedtools/fasta_from_bed.config b/src/nf_modules/bedtools/fasta_from_bed.config
index 41c1dac..1a22521 100644
--- a/src/nf_modules/bedtools/fasta_from_bed.config
+++ b/src/nf_modules/bedtools/fasta_from_bed.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: fasta_from_bed {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -41,8 +41,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -58,8 +58,7 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/bowtie/indexing.config b/src/nf_modules/bowtie/indexing.config
index 73217f9..06b5720 100644
--- a/src/nf_modules/bowtie/indexing.config
+++ b/src/nf_modules/bowtie/indexing.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: index_fasta {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,7 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/bowtie/mapping_paired.config b/src/nf_modules/bowtie/mapping_paired.config
index 44ab8bc..61f40f9 100644
--- a/src/nf_modules/bowtie/mapping_paired.config
+++ b/src/nf_modules/bowtie/mapping_paired.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: mapping_fastq {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,7 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/bowtie/mapping_single.config b/src/nf_modules/bowtie/mapping_single.config
index 44ab8bc..61f40f9 100644
--- a/src/nf_modules/bowtie/mapping_single.config
+++ b/src/nf_modules/bowtie/mapping_single.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: mapping_fastq {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,7 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/bowtie2/indexing.config b/src/nf_modules/bowtie2/indexing.config
index 2048756..2d52dc4 100644
--- a/src/nf_modules/bowtie2/indexing.config
+++ b/src/nf_modules/bowtie2/indexing.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: index_fasta {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,7 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/bowtie2/mapping_paired.config b/src/nf_modules/bowtie2/mapping_paired.config
index 7874ae4..85655e4 100644
--- a/src/nf_modules/bowtie2/mapping_paired.config
+++ b/src/nf_modules/bowtie2/mapping_paired.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: mapping_fastq {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,7 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/bowtie2/mapping_single.config b/src/nf_modules/bowtie2/mapping_single.config
index 7874ae4..85655e4 100644
--- a/src/nf_modules/bowtie2/mapping_single.config
+++ b/src/nf_modules/bowtie2/mapping_single.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: mapping_fastq {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,7 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/bwa/indexing.config b/src/nf_modules/bwa/indexing.config
index 72274ad..c970b5b 100644
--- a/src/nf_modules/bwa/indexing.config
+++ b/src/nf_modules/bwa/indexing.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: index_fasta {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,7 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/bwa/mapping_paired.config b/src/nf_modules/bwa/mapping_paired.config
index a3e5c62..af4f968 100644
--- a/src/nf_modules/bwa/mapping_paired.config
+++ b/src/nf_modules/bwa/mapping_paired.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: mapping_fastq {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,7 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/cutadapt/adaptor_removal_paired.config b/src/nf_modules/cutadapt/adaptor_removal_paired.config
index e58c385..8add46c 100644
--- a/src/nf_modules/cutadapt/adaptor_removal_paired.config
+++ b/src/nf_modules/cutadapt/adaptor_removal_paired.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: adaptor_removal {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -41,8 +41,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -58,8 +58,7 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/cutadapt/adaptor_removal_single.config b/src/nf_modules/cutadapt/adaptor_removal_single.config
index e58c385..8add46c 100644
--- a/src/nf_modules/cutadapt/adaptor_removal_single.config
+++ b/src/nf_modules/cutadapt/adaptor_removal_single.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: adaptor_removal {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -41,8 +41,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -58,8 +58,7 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/cutadapt/trimming_paired.config b/src/nf_modules/cutadapt/trimming_paired.config
index 9b49fce..721d880 100644
--- a/src/nf_modules/cutadapt/trimming_paired.config
+++ b/src/nf_modules/cutadapt/trimming_paired.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: trimming {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -41,8 +41,7 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
         cpus = 1
         queue = 'huge'
       }
@@ -58,8 +57,7 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/cutadapt/trimming_single.config b/src/nf_modules/cutadapt/trimming_single.config
index 9b49fce..721d880 100644
--- a/src/nf_modules/cutadapt/trimming_single.config
+++ b/src/nf_modules/cutadapt/trimming_single.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: trimming {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -41,8 +41,7 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
         cpus = 1
         queue = 'huge'
       }
@@ -58,8 +57,7 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/deeptools/bam_to_bigwig.config b/src/nf_modules/deeptools/bam_to_bigwig.config
index 67a46dc..5be6a4c 100644
--- a/src/nf_modules/deeptools/bam_to_bigwig.config
+++ b/src/nf_modules/deeptools/bam_to_bigwig.config
@@ -26,7 +26,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: index_bam {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -61,8 +61,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -73,8 +73,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -90,8 +90,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -101,8 +101,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/deeptools/compute_matrix.config b/src/nf_modules/deeptools/compute_matrix.config
index fb1cd04..b098676 100644
--- a/src/nf_modules/deeptools/compute_matrix.config
+++ b/src/nf_modules/deeptools/compute_matrix.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: compute_matrix {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/deeptools/plot_profile.config b/src/nf_modules/deeptools/plot_profile.config
index 08d2097..e9fe150 100644
--- a/src/nf_modules/deeptools/plot_profile.config
+++ b/src/nf_modules/deeptools/plot_profile.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: plot_profile {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/fastp/fastp_paired.config b/src/nf_modules/fastp/fastp_paired.config
index 7d9c83e..df041cb 100644
--- a/src/nf_modules/fastp/fastp_paired.config
+++ b/src/nf_modules/fastp/fastp_paired.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: fastp_fastq {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -41,8 +41,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -58,8 +58,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/fastp/fastp_single.config b/src/nf_modules/fastp/fastp_single.config
index 7d9c83e..df041cb 100644
--- a/src/nf_modules/fastp/fastp_single.config
+++ b/src/nf_modules/fastp/fastp_single.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: fastp_fastq {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -41,8 +41,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -58,8 +58,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/fastqc/fastqc_paired.config b/src/nf_modules/fastqc/fastqc_paired.config
index 6e9dcaf..2ed15c5 100644
--- a/src/nf_modules/fastqc/fastqc_paired.config
+++ b/src/nf_modules/fastqc/fastqc_paired.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: fastqc_fastq {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -41,8 +41,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -58,8 +58,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/fastqc/fastqc_single.config b/src/nf_modules/fastqc/fastqc_single.config
index 6e9dcaf..2ed15c5 100644
--- a/src/nf_modules/fastqc/fastqc_single.config
+++ b/src/nf_modules/fastqc/fastqc_single.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: fastqc_fastq {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -41,8 +41,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -58,8 +58,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/hisat2/indexing.config b/src/nf_modules/hisat2/indexing.config
index 6d39e60..d97e7c7 100644
--- a/src/nf_modules/hisat2/indexing.config
+++ b/src/nf_modules/hisat2/indexing.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: index_fasta {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/hisat2/mapping_paired.config b/src/nf_modules/hisat2/mapping_paired.config
index 97b4807..c0b9c80 100644
--- a/src/nf_modules/hisat2/mapping_paired.config
+++ b/src/nf_modules/hisat2/mapping_paired.config
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/hisat2/mapping_single.config b/src/nf_modules/hisat2/mapping_single.config
index 97b4807..c0b9c80 100644
--- a/src/nf_modules/hisat2/mapping_single.config
+++ b/src/nf_modules/hisat2/mapping_single.config
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/htseq/htseq.config b/src/nf_modules/htseq/htseq.config
index 09b368a..c8f844e 100644
--- a/src/nf_modules/htseq/htseq.config
+++ b/src/nf_modules/htseq/htseq.config
@@ -22,7 +22,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: sort_bam {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -55,8 +55,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -67,8 +67,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -84,8 +84,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -95,8 +95,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/kallisto/indexing.config b/src/nf_modules/kallisto/indexing.config
index 84722f6..b677b61 100644
--- a/src/nf_modules/kallisto/indexing.config
+++ b/src/nf_modules/kallisto/indexing.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: index_fasta {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/kallisto/mapping_paired.config b/src/nf_modules/kallisto/mapping_paired.config
index 801dfdc..620e506 100644
--- a/src/nf_modules/kallisto/mapping_paired.config
+++ b/src/nf_modules/kallisto/mapping_paired.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: mapping_fastq {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/kallisto/mapping_single.config b/src/nf_modules/kallisto/mapping_single.config
index 801dfdc..620e506 100644
--- a/src/nf_modules/kallisto/mapping_single.config
+++ b/src/nf_modules/kallisto/mapping_single.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: mapping_fastq {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/macs2/peak_calling.config b/src/nf_modules/macs2/peak_calling.config
index 93697c7..8e3965f 100644
--- a/src/nf_modules/macs2/peak_calling.config
+++ b/src/nf_modules/macs2/peak_calling.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: peak_calling {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/multiqc/multiqc_paired.config b/src/nf_modules/multiqc/multiqc_paired.config
index 86ead2c..1825a13 100644
--- a/src/nf_modules/multiqc/multiqc_paired.config
+++ b/src/nf_modules/multiqc/multiqc_paired.config
@@ -27,7 +27,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: fastqc_fastq {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -64,8 +64,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -76,8 +76,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -93,8 +93,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -104,8 +104,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/multiqc/multiqc_single.config b/src/nf_modules/multiqc/multiqc_single.config
index e296853..6a2edfb 100644
--- a/src/nf_modules/multiqc/multiqc_single.config
+++ b/src/nf_modules/multiqc/multiqc_single.config
@@ -26,7 +26,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: fastqc_fastq {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -63,8 +63,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -75,8 +75,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -92,8 +92,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -103,8 +103,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/music/peak_calling_single.config b/src/nf_modules/music/peak_calling_single.config
index 972de3d..dc46d8c 100644
--- a/src/nf_modules/music/peak_calling_single.config
+++ b/src/nf_modules/music/peak_calling_single.config
@@ -11,7 +11,7 @@ profiles {
         container = "music:6613c53"
         cpus = 1
       }
-      withName: music_computation {
+      withName: music_computation{
         container = "music:6613c53"
         cpus = 1
       }
@@ -28,13 +28,13 @@ profiles {
         container = "file://bin/music:6613c53.img"
         cpus = 1
       }
-      withName: music_computation {
+      withName: music_computation{
         container = "file://bin/music:6613c53.img"
         cpus = 1
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: compute_mappability {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -56,7 +56,7 @@ profiles {
         time = "12h"
         queue = 'monointeldeb128,monointeldeb48,h48-E5-2670deb128,h6-E5-2667v4deb128'
       }
-      withName: music_computation {
+      withName: music_computation{
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
         module = "music/6613c53"
         executor = "sge"
@@ -77,8 +77,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -89,20 +89,20 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
-      withName: music_computation {
+      withName: music_computation{
         beforeScript = "source /sps/lbmc/common/miniconda3/init.sh"
         conda = "/sps/lbmc/common/miniconda3/envs/music_1.0.0"
         scratch = true
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -118,8 +118,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -129,19 +129,19 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
-      withName: music_computation {
+      withName: music_computation{
         container = "/sps/lbmc/common/singularity/music:6613c53.img"
         scratch = true
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/rsem/indexing.config b/src/nf_modules/rsem/indexing.config
index b9de253..d58a310 100644
--- a/src/nf_modules/rsem/indexing.config
+++ b/src/nf_modules/rsem/indexing.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: index_fasta {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/rsem/quantification_paired.config b/src/nf_modules/rsem/quantification_paired.config
index 03152cc..75aae6e 100644
--- a/src/nf_modules/rsem/quantification_paired.config
+++ b/src/nf_modules/rsem/quantification_paired.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: mapping_fastq {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/rsem/quantification_single.config b/src/nf_modules/rsem/quantification_single.config
index 03152cc..75aae6e 100644
--- a/src/nf_modules/rsem/quantification_single.config
+++ b/src/nf_modules/rsem/quantification_single.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: mapping_fastq {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/sambamba/index_bams.config b/src/nf_modules/sambamba/index_bams.config
index cb3d430..9199b7a 100644
--- a/src/nf_modules/sambamba/index_bams.config
+++ b/src/nf_modules/sambamba/index_bams.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: index_bam {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/sambamba/sort_bams.config b/src/nf_modules/sambamba/sort_bams.config
index de2eb6e..0a71fc3 100644
--- a/src/nf_modules/sambamba/sort_bams.config
+++ b/src/nf_modules/sambamba/sort_bams.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: sort_bam {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/sambamba/split_bams.config b/src/nf_modules/sambamba/split_bams.config
index 74dd96d..8a3e4ab 100644
--- a/src/nf_modules/sambamba/split_bams.config
+++ b/src/nf_modules/sambamba/split_bams.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: split_bam {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/samblaster/dedup_sams.config b/src/nf_modules/samblaster/dedup_sams.config
index a47c35a..7fd0516 100644
--- a/src/nf_modules/samblaster/dedup_sams.config
+++ b/src/nf_modules/samblaster/dedup_sams.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: dedup_sam {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/samtools/filter_bams.config b/src/nf_modules/samtools/filter_bams.config
index dfc5d68..fc7a216 100644
--- a/src/nf_modules/samtools/filter_bams.config
+++ b/src/nf_modules/samtools/filter_bams.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: filter_bam {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/samtools/index_bams.config b/src/nf_modules/samtools/index_bams.config
index 3c0e876..8b910b6 100644
--- a/src/nf_modules/samtools/index_bams.config
+++ b/src/nf_modules/samtools/index_bams.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: index_bam {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -41,8 +41,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -58,8 +58,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/samtools/sort_bams.config b/src/nf_modules/samtools/sort_bams.config
index 690dc90..d5e06e3 100644
--- a/src/nf_modules/samtools/sort_bams.config
+++ b/src/nf_modules/samtools/sort_bams.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: sort_bam {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/samtools/split_bams.config b/src/nf_modules/samtools/split_bams.config
index 6afd888..c145bf3 100644
--- a/src/nf_modules/samtools/split_bams.config
+++ b/src/nf_modules/samtools/split_bams.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: split_bam {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -41,8 +41,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -58,8 +58,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/sratoolkit/fastqdump.config b/src/nf_modules/sratoolkit/fastqdump.config
index 6abc395..0d5acb9 100644
--- a/src/nf_modules/sratoolkit/fastqdump.config
+++ b/src/nf_modules/sratoolkit/fastqdump.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: fastq_dump {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -41,8 +41,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -58,8 +58,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/urqt/trimming_paired.config b/src/nf_modules/urqt/trimming_paired.config
index 976921f..dbe4e11 100644
--- a/src/nf_modules/urqt/trimming_paired.config
+++ b/src/nf_modules/urqt/trimming_paired.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: trimming {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
diff --git a/src/nf_modules/urqt/trimming_single.config b/src/nf_modules/urqt/trimming_single.config
index 99fb7d9..016d650 100644
--- a/src/nf_modules/urqt/trimming_single.config
+++ b/src/nf_modules/urqt/trimming_single.config
@@ -18,7 +18,7 @@ profiles {
       }
     }
   }
-  psmn {
+  psmn{
     process{
       withName: trimming {
         beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
@@ -42,8 +42,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
@@ -59,8 +59,8 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n \
-        -o ~/logs/ -e ~/logs/"
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
+        "
         cpus = 1
         queue = 'huge'
       }
-- 
GitLab