How to remove Illumina Small RNA 3' Adapter?
1
0
Entering edit mode
22 months ago
LDT ▴ 340

I have downloaded a dataset which gives me an exciting time. I am trying with Trimmomatic to remove the adapters, but I have had no luck.

Whatever I am trying the adapters will not be removed enter image description here

When I check with fastqc these are the overrepresented sequences, but it does not help me. Has anyone had a similar problem, and how did you solve it?

enter image description here

cutadapt trimm trimmomatic • 875 views
ADD COMMENT
3
Entering edit mode
22 months ago
GenoMax 142k

bbduk.sh has Illumina small RNA adapter in adapters.fa file included in resources directory of BBTools package. You can do something like the following:

bbduk.sh -Xmx4g in=fastq.gz out=trimmed.fastq.gz k=7 ktrim=r minlen=10 ref=/path/to/adapters.fa

A guide is available: https://jgi.doe.gov/data-and-tools/software-tools/bbtools/bb-tools-user-guide/bbduk-guide/

ADD COMMENT
0
Entering edit mode

Thank you, GenoMax

ADD REPLY
1
Entering edit mode

adapters.fa is in a folder called "resources" in software you downloaded. You can simply copy it to an easy location in your $PATH.

ADD REPLY

Login before adding your answer.

Traffic: 1034 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