adapter trimming using trimmomatic
1
0
Entering edit mode
4.0 years ago
GR ▴ 400

Hi All,

I ran fastqc on my chipseq dataset and a redflag is raised for overrepresented sequences.

29% of this sequence- GATCGGAAGAGCACACGTCTGAACTCCAGTCACACA (possible source- Trueseq adapter)

I ran trimmomatic for both Trueseq2 and Trueseq3 but both don't seem to trim anything. Any suggestions?

Thanks, Ritu

adapter-trimming next-gen-sequencing • 1.3k views
ADD COMMENT
0
Entering edit mode

Provide command lines you used. You could also try bbduk.sh from BBMap suite which provides a common adapters file you can use in recources folder in software distribution. A guide is available.

ADD REPLY
0
Entering edit mode
2.5 years ago
soldatsm • 0

Maybe my answer is not actual now, but: you can use a custom adapter sequence in trimmomatic. Here are instructions from the trimmomatic manual:


ILLUMINACLIP:<fastaWithAdaptersEtc>:<seed mismatches>:<palindrome clip threshold>:<simple clip threshold>

fastaWithAdaptersEtc: specifies the path to a fasta file containing all the adapters, PCR sequences, etc. The naming of the various sequences within this file determines how they are used. See the section below or use one of the provided adapter files

Just create fasta file with an adapter or other overrepresented sequence and feed it to trimmomatic.

ADD COMMENT

Login before adding your answer.

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