Hi,
I am working on a RNA-seq data which was produced using Nextera XT tagmentation based library preparation. The FASTQC report shows the presence of Nextera transposase sequence in the adapter content. It seems they have used Nextera XT dual indexes as adapters. How can I trim the reads for these dual indexes?
Thanks,
Cheers, G
Thank you for your reply Brian. I see that adapters.fa has the Nextera XT adapters. However, the indexes used for this sequencing is for example: TAAGGCGA-GCGTAAGA. Like this I have different dual indexes. Is it common to trim for Nextera XT adapters listed in the adapters.fa or would it be appropriate to look for the indexes used here? Thanks.
Those are both in the adapters file:
I7_Primer_Nextera_XT_and_Nextera_Enrichment_N701
CCGAGCCCACGAGAC TAAGGCGA ATCTCGTATGCCGTCTTCTGCTTG
I5_Primer_Nextera_XT_and_Nextera_Enrichment_[N/S/E]517
GACGCTGCCGACGA TCTTACGC GTGTAGATCTCGGTGGTCGCCGTATCATT
Note that the second one is reverse-complemented. BBDuk doesn't care whether adapter sequences are reverse-complemented, though.