Clipping of KAPA adapters
Dear colleagues,
could you please help me with an issue. Can Trimmomatic delete KAPA hyper plus adapters from sequencing reads? I know adapter sequence and hope it could be done like in Cutadapt (i.e. set an arbitrary sequence, not from those listed in Trimmomatic adapter folder). But when I try to input my adapter file, Trimmomatic quits with an error. What should I do (except using cutadapt)?
• 379 views
•
link
0 answers
No answers yet.
Log in to answer this question.
What kind of an error?
You can also use
bbduk.shfrom BBtools. Specify a file with adapters to scan by usingref=adapter.fa. Guide available here.