Trimming with Rockhopper
1
0
Entering edit mode
5.3 years ago
elhenawy • 0

Hi all, I am trying to analyze my bacteria transcriptomes with Rockhopper. Do I need to trim illumina adaptors beforehand? I tried to find if this is a build-in function in Rockhopper, but couldn't tell. Thanks!

RNA-Seq • 809 views
ADD COMMENT
1
Entering edit mode

As always with new fastq files, use fastqc to see if adapter contamination is an issue. If not, don't do it.

ADD REPLY
0
Entering edit mode

Thank you! That makes sense!

ADD REPLY
1
Entering edit mode
5.3 years ago
GenoMax 141k

There should be no harm in scanning/trimming your data before feeding it to rockhopper. User guide for rockhopper does not seem to mention adapters.

ADD COMMENT
1
Entering edit mode

Indeed, last time that I used Rockhopper, I performed trimming with Trim Galore!

export PATH="/Programs/cutadapt-1.8.3/bin:$PATH"
trim_galore --qual 30 --gzip --length 75 --illumina --paired R1.fastq.gz R2.fastq.gz --output_dir out/ --fastqc

Note that this also runs FASTQC, recommended by ATpoint

ADD REPLY
0
Entering edit mode

Thanks a lot! This helps!

ADD REPLY

Login before adding your answer.

Traffic: 2706 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6