Hi all,

I have just started to learn about bioinformatics and I need help with it.

I have enriched some microbes from wastewater anaerobic sludge and sent them for 16S rRNA sequencing.

Based on the QC result I got after running trimmomatic, I am still not able to get a good quality sequence. The following is the code I ran for trimmomatic. Can you all help me with this?

trimmomatic PE -threads 2 -phred33 \

Raw160823_1.fastq.gz Raw160823_2.fastq.gz \

Raw160823_1P.fastq.gz Raw160823_1F.fastq.gz Raw160823_2P.fastq.gz Raw160823_2F.fastq.gz \

HEADCROP:10 SLIDINGWINDOW:4:30 MINLEN:50

Thank you very much!

Regards,

Kai

Similar questions and discussions