Hello, I am attempting to prepare some 150 PE Illumina data for genome assembly. I saw that my raw data still had universal adapters. In addition it also failed the kmer content section so I processed it with trimmomatic (version 0.39) with the following parameters:
ILLUMINACLIP:TruSeq3-PE-2.fa:2:30:10 LEADING:3 TRAILING:3 SLIDINGWINDOW:4:15 MINLEN:36
A second FastQC (version 0.11.5) of the file for forward paired reads shows that the adapters are removed, but the kmer content still fails. Specifically in the 135-139 nt region there is a drastic increase in certain kmers. I've shared an image of what I am seeing. Does anyone have suggestions for how to modify my trimmomatic parameters to correct this issue?
failed
some test in FastQC does not mean that you have to do something with that part or that you can't proceed to next step.Because of the confusion caused by k-mer module it is now disabled by default (from v.0.11.6 onwards). You can move forward with rest of analysis.