diff --git a/src/nf_modules/multiqc/multiqc_paired.config b/src/nf_modules/multiqc/multiqc_paired.config
index c7651b6fc15e30eb7cefa1a9ce560db0e4b20878..2d786124c88e7f59cb39fdb1d9dfabb82fa14ba2 100644
--- a/src/nf_modules/multiqc/multiqc_paired.config
+++ b/src/nf_modules/multiqc/multiqc_paired.config
@@ -40,8 +40,6 @@ profiles {
         cpus = 1
         memory = "5GB"
         time = "6h"
-        queueSize = 1.70
-        pollInterval = "60sec"
         queue = "monointeldeb128"
       }
       withName: multiqc {
@@ -51,8 +49,6 @@ profiles {
         cpus = 1
         memory = "5GB"
         time = "6h"
-        queueSize = 1.70
-        pollInterval = "60sec"
         queue = "monointeldeb128"
       }
     }
@@ -68,8 +64,7 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
-        "
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r"
         cpus = 1
         queue = "huge"
       }
@@ -79,8 +74,7 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
-        "
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r"
         cpus = 1
         queue = "huge"
       }
diff --git a/src/nf_modules/multiqc/multiqc_single.config b/src/nf_modules/multiqc/multiqc_single.config
index 641a65e3d359b581b9860b548fe71bfa55a6a0e7..75f2f9aa8579b4fbf9ce7d99dceba0359e467db5 100644
--- a/src/nf_modules/multiqc/multiqc_single.config
+++ b/src/nf_modules/multiqc/multiqc_single.config
@@ -33,14 +33,21 @@ profiles {
     singularity.runOptions = "--bind /Xnfs,/scratch"
     process{
       withName: fastqc_fastq {
+        container = "lbmc/fastqc:0.11.5"
+        executor = "sge"
+        clusterOptions = "-cwd -V"
+        cpus = 1
+        memory = "5GB"
+        time = "6h"
+        queue = "monointeldeb128"
+      }
+      withName: multiqc {
         container = "lbmc/multiqc:1.7"
         executor = "sge"
         clusterOptions = "-cwd -V"
         cpus = 1
         memory = "5GB"
         time = "6h"
-        queueSize = 1.70
-        pollInterval = "60sec"
         queue = "monointeldeb128"
       }
     }
@@ -56,8 +63,7 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
-        "
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r"
         cpus = 1
         queue = "huge"
       }
@@ -67,8 +73,7 @@ profiles {
         stageInMode = "copy"
         stageOutMode = "rsync"
         executor = "sge"
-        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\
-        "
+        clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r"
         cpus = 1
         queue = "huge"
       }