This is a test version of Biostars. For the public version, visit https://www.biostars.org.
What's the difference between different quality control softwares?

I'm a beginner in bioinformatics. I used Trim_galore when I first analyzed chip-seq data. When I tried to process RNA-seq data, the tutorial recommended using another QC software named Trimomatic. Is there any difference between the files processed by different software, and can I use Trim_galore to process my RNA-seq data?

qc trimomatic trim_galore

Small nitpick but these are not quality control programs. These are "scan and trim" programs that look for specific sequences (generally adapter or anything else) and help remove them as needed.

trimgalore is a wrapper around (cutadapt - trim program + FastQC - QC program). trimmomatic is a standalone scan/trim program.

0 answers

No answers yet.

Log in to answer this question.