This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to remove primers from a sequencing run with cutadapt

Dear all,

I would like to use cutadapt to trim the primers from my sequencing run. I was just wondering when I give the sequence of my primer to cutadapt, do I also have to give the complementary sequence as well?

for example let's say my primer is: AATC

Then is this command "cutadapt -g AATC input.fa output.fa" sufficient to remove the primer sequence or I also have to run the following command:

cutadapt -g TTAG input.fa output.fa

Thanks in advance

rna-seq

from the manual:

Replace "ADAPTER" with the actual sequence of your 3' adapter. IUPAC wildcard characters are supported. The reverse complement is not automatically searched.

0 answers

No answers yet.

Log in to answer this question.