Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cutadapt: error: cutadapt not able to trim the desired adaptor #1949

Open
faizee-ali opened this issue May 9, 2024 · 2 comments
Open

cutadapt: error: cutadapt not able to trim the desired adaptor #1949

faizee-ali opened this issue May 9, 2024 · 2 comments

Comments

@faizee-ali
Copy link

I have Illumina novaseq, pair ended reads and I want to trim the non-internal adaptors from both ends. The adaptors I used for library praparation are NEB next adaptors for illumina. So I executed the following command:-

cutadapt -a AGATCGGAAGAGCGTCGTGTAGGGAAAGAGTGTX -G XAGATCGGAAGAGCACACGTCTGAACTCCAGTCA --pair-filter=both --minimum-length 1 --cores=8 -o out-read1.fastq -p out-read2.fastq in-read1.fastq.gz in-read2.fastq.gz -o out-10936-R1.fastq

Here, the paths to the reads are correct and I am getting a vlaid output of trimmed reads. But upon inpection with FASTQC, I can see adaptor contamination still present - as seen in the attacjed fastqc report.

Is there something I am missing in the command? Are the adaptor placements correct?

Screenshot 2024-05-09 164729

@faizee-ali
Copy link
Author

raw fastqc
this is the QC of the raw read, cutadapt has not effectively trimmed the adaptor sequences

@benjjneb
Copy link
Owner

We only support the DADA2 R package here. Since this is about cutadapt, you should look for the support forum for cutadapt. And when describing the problem it is helpful to include the kind of data you are looking at, not just Novaseq but what the sequencing strategy was and what kind of sample it was (e.g. metagenomic data from saliva samples).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants