Hi
I used sickle to trimme the pair end sequence in fastqc format so i used this command
sickle pe -f /pathtofile/inputfile1.fq -r /pathtofile/inputfile.fq2 -o /pathtofile/outputfile1 -p /pathtofile/outputfile2
-t sanger
and the result is like this
Total input FastQ records: 11638204 (5819102 pairs)
FastQ paired records kept: 11638204 (5819102 pairs)
FastQ single records kept: 0 (from PE1: 0, from PE2: 0)
FastQ paired records discarded: 0 (0 pairs)
FastQ single records discarded: 0 (from PE1: 0, from PE2: 0)
i think no trimming is done to make sure i check fastqc report for output files no difference was found any answers please
chip-seq