Entering edit mode
2.9 years ago
salmon
▴
10
Hello,
I am using paired end RNA sequence for transcriptomic analysis.
java -jar trimmomatic-0.39.jar PE Data/K1_R1.fastq Data/K1_R2.fastq K1_R1_paired.fastq K1_R1_unpaired.fastq K1_R2_paired.fastq K1_R2_unpaired.fastq ILLUMINACLIP:TruSeq3-PE.fa:2:30:10:2:True LEADING:3 TRAILING:3 MINLEN:36
I am getting following result:
Quality encoding detected as phred33
Input Read Pairs: 35521765 Both Surviving: 35521765 (100.00%) Forward Only Surviving: 0 (0.00%) Reverse Only Surviving: 0 (0.00%) Dropped: 0 (0.00%)
TrimmomaticPE: Completed successfully
After running fastqc, I dont find any trimming or shortening of sequence. I even tried by changing the number from 15 to 30 (LEADING:30 TRAILING:30 MINLEN:36
) so that quality score is minimum 30 for all the reads but I cannot any difference after running fastqc.
Any help really appreciated.
Does pre-trim FASTQC show bases with quality scores <30?
Could you post few example reads from R1 and R2 here? Do not post data images.
Reads from R1
Reads from R2
it's working fine to me.
Command I used (ubuntu 21.10):
input R1:
Trimmed R1: