Cutadapt list of adapter
1
0
Entering edit mode
8.6 years ago
pingEde ▴ 40

Hello,

I am using Cutadapt, but I have a problem: It doesn't find adapter, but with a banal research with function "find" in the file I find adapters, so I am sure that they are in my file.

Probably the problem is in the parameters that I wrote. In particular I have a list of adapters and I have to trim at 5'. I wrote this:

cutadapt -g adapter.fasta -o output.fastq myfile.fastq

What is the problem? Please could you help me?

Thank you in advance.

trim cutadapt • 3.0k views
ADD COMMENT
0
Entering edit mode

No, I have not paired reads and I am using 454 Roche Junior

ADD REPLY
0
Entering edit mode

Try with -b, to see if it finds the sequences

-b ADAPTER, --anywhere=ADAPTER
ADD REPLY
0
Entering edit mode
8.6 years ago

If you have paired reads, you can find the adapter sequences using the BBMap package like this:

bbmerge.sh in1=read1.fq in2=read2.fq outa=adapters.fa

But as long as you have standard Illumina adapters, you don't really need to do that... they will already be in bbmap/resources/adapters.fa

ADD COMMENT

Login before adding your answer.

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