Hi,
So, when you download Trimmomatic, Trimmomatic comes with a folder that contains some fasta files with Illumina adapters. You can use one of these files to trim off the adapters from your reads. You should provide the file depending on the library prep used for your data. The manual of Trimmomatic says this (see the manual):
Using one of the supplied Fasta Files Illumina adapter and other technical sequences are copyrighted by Illumina,but we have been granted permission to distribute them with Trimmomatic. Suggested adapter sequences are provided for TruSeq2 (as used in GAII machines) and TruSeq3 (as used by HiSeq and MiSeq machines), for both single-end and paired-end mode. These sequences have not been extensively tested, and depending on specific issues which may occur in library preparation, other sequences may work better for a given dataset. As a rule of thumbnewer libraries will useTruSeq3, but this really depends on your service provider.
So, if you use TruSeq2 paired-end library, you should use TruSeq2-PE.fa file. Which library prep did they (sequencing facility) use for your data? (see more in the documentation of Trimmomatic to know how to provide the file of adapters to the tool)
Although since you have identified the over represented sequence with the fastqc report, you can specify the exact sequence (in fasta format - file) that you want to trim to Trimmomatic (please see the manual link provided above - the third page counting from the last page).
Other option is to try to use trim_galore (GitHub repo) that by default tries to find automatically the adapters and trim them off (see the manual). You can also specify the adapter sequence that you want to trim to trim_galore.
I hope this answers your question.
António
Please see How to add images to a Biostars post to add your images properly. You need the direct link to the image or the HTML embed code, not the link to the webpage that has the image embedded (which is what you have used here)
While the instructions are for imgbb, they should be applicable to images hosted on imgur as well.
Already tried it but the image wasn't showing here
You have to paste the full link into the pop-up when clicking the image button, in this case it is
https://i.imgur.com/EECo7ZO.pngwhich you get by right-clicking the image at the image hoster website, followed by "open in new tab" or something like this.I see. Thank you for correcting the post