This is a test version of Biostars. For the public version, visit https://www.biostars.org.
RNA Sequencing Trimmomatic

Hello all, I have all my like 10-15 fastq file in 1 folder named combined and I need to trim that combined file. I tried some of the command like

TrimmomaticPE -phred33 /R1_001.fastq.gz /R2_001.fastq.gz /R1_pairedout /R1_unpairedout /R2_pairedout /R2_unpairedout ILLUMINACLIP:/TruSeq3-PE.fa:2:30:10 LEADING:5 TRAILING:5 AVGQUAL:20

but that didn't work. Please give me some idea to trim.

rna-seq

but that didn't work.

You need to be more precise. What happened? What didn't happen? Error message?

Anyway, if you used the command as you posted it here your paths are wrong because you are currently implying that your files are in the root folder.

Is "TrimmomaticPE" a wrapper on your machine/HPC for Trimmomatic PE (note the space that separates the two)?

Good catch, that too could be the issue.

0 answers

No answers yet.

Log in to answer this question.