removing adapters based on IDs not sequence
I am using cutadapt to remove the adapters from fastq file. in the paper I got the data from it mentioned that they use P5 and P7 adapters. is there any option in cutadapt to remove this adapters without giving the sequence itself?
• 1,440 views
•
link
0 answers
No answers yet.
Log in to answer this question.
I believe cutadapt can't do this, it can only trim using given sequence. You could create variables for each adapter (which you could append to your
.bashrc):