Thank you! It adding reverse-complement sequences of adapters solved the problem.
Adapters remains after cutting them out
I run standard QA on SHAPEseq reads and MultiFastQC reported the presence of Nextera Transposase Seqeunce (Illumina adapter). I wanted to cut out adapters as usual with trimmomatic, but even though I specified the adapter sequence (and then double-check with minion), adapters are still visible in the post-QA report.

File with adapters:
>adapter_1_FW/1\
CCGAGCCCACGAGACCTCTCTACATCTCGTATGCCGTCTTCTGCTTG
>adapter_1_RV/2\
ACGCTGCCGACGATCGCATAAGTGTAGATCTCGGTGGTCGCCGTATCATT
>adapter_2_FW/1\
TCGTCGGCAGCGTCAGATGTGTATAAGAGACAG
>adapter_2_RV/2\
GTCTCGTGGGCTCGGAGATGTGTATAAGAGACAG
>adapter_3_FW/1\
GCCTCCCTCGCGCCATCAGAGATGTGTATAAGAGACAG
>adapter_3_RV/2\
GCCTTGCCAGCCCGCTCAGAGATGTGTATAAGAGACAG
• 2,014 views
•
link
1 answer
Thanks for the complement of information. Everything looks good except that I think you should use the reverse complement of the index sequences. By default, trimmomatic trims the sequence only in forward orientation, but when you sequence into adapter sequence, your read contains the reverse-complement of the index.
• 0 views
•
link
Log in to answer this question.
Try
bbduk.shas an alternative. A guide is available.Thank you for suggestion! But the strange thing is that I run also other SHAPEseq reads with the same adapters and they were cut out correctly.
Can you post the following: (1) the trimmomatic options you used, (2) trimmomatic log file for one sample, (3) the first few lines of the file containing the adapter sequence.
Suer - please see the edited post