Entering edit mode
3.0 years ago
dsyap
•
0
Hi! I ran Trimmomatic on paired end reads which, as I understand, is supposed to yield 1_paired, 1_unpaired, 2_paired, and 2_unpaired fastq files. However, after the process was completed, my 2_paired file seemed empty, as the font of the other files were colored red while the 2nd one was colored white and when I ran a FASTQC on these files, I was only able to get reports for the other three files, but not the 2_paired file. Does this happen sometimes? Should I just proceed with mapping/alignment with just the 1_paired fastq file? Thank you!
Are your insert/fragments short in length, as in close to or shorter than the read length?
When
ILLUMINACLIPis used on paired-end data the default is to remove R2 if R2 is identical (well reverse compliment actually) to R1 in sequence. This is not well documented, but the appropriate information is available at, for instance:Please post the command you are using.
This was I put as part of a loop that will sort through the folders of the fastq files to be trimmed: