Hi,
I have paired end reads then I tried the below syntax to trim the universal adapters and quality trimming by cutadapt but I faced error always.
[izadi@lbox161 bowtie2-2.2.5]$ $CUT/cutadapt -q 35 -m 15 -a AGATCGGAAGAGCACACGTCTGAACTCCAGTCAC -A AGATCGGAAGAGCGTCGTGTAGGGAAAGAGTGTAGATCTCGGTGGTCGCCGTATCATT -o out.1.fastq -p out.2.fastq L6_1.fq L6_2.fq
cutadapt: error: no such option: -A
What is my fault please?
Thank you
What do you think "no such option: -A" means?
But I used the cutadapt manual syntax
for paired end I should use
-A
? What is wrong?Maybe try to use the most recent version of cutadapt, the version I have installed (1.4.1) does not have -A argument option!
Either the documentation is wrong or they have a bug there. Or you're using a version that doesn't match the documentation.