thanks carlo, today I spent my day with trimmomatic :D I used before fastx tools but I found the results after trimming the adaptors by trimmomatic are much better .. but I still get overrepresented sequences in Read2, I couldn't know how to remove them and I don't know If I should remove them or not ? I really appreciate ur help!
here are the fastqc results before and after using trimmomatic.
and here is the command line I used to get the result:
trimmomatic PE -threads 8 Read1.fastq.gz Read2.fastq.gz \
R1Paired.fastq.gz R1UnPaired.fastq.gz \
R2Paired.fastq.gz R2UnPaired.fastq.gz \
ILLUMINACLIP:TruSeq3-PE.fa:2:30:10 \
LEADING:3 TRAILING:3 SLIDINGWINDOW:4:15 MINLEN:50
Thanks :)