diff --git a/config/config.yaml b/config/config.yaml
index 439a3158af27a8472d8ab99005c70fad55e0df39..02693fd5ff3edcf6a6d6e952bd8cce19d47f3afd 100644
--- a/config/config.yaml
+++ b/config/config.yaml
@@ -159,7 +159,7 @@ pseudomapping:
     do: yes
     fasta: /pasteur/zeus/projets/p01/BioIT/Genomes/hg38/hg38_cDNA.fa
     gtf: /pasteur/zeus/projets/p01/BioIT/Genomes/hg38/hg38.gtf
-    options: "--single"
+    options: "--single -l 75 -s 15"
     kmer: 31 
     threads: 12
 
@@ -194,7 +194,7 @@ feature_counts:
 
 bamCoverage:
     do: yes
-    options: "--filterRNAstrand forward --effectiveGenomeSize 2913022398 --normalizeUsing RPKM" 
+    options: "--filterRNAstrand forward --effectiveGenomeSize 2913022398 " 
     threads: 4
 
 
@@ -209,4 +209,4 @@ bamCoverage:
 
 
 multiqc:
-    options: " -f -x 02-Mapping/*/*_init_*"
+    options: " -f -x 02-Mapping/*/*/*_init_* -x .snakemake"