Hello everyone!
Is it possible to trim the customed adaptors using trimmomatic for exon capture sequencing? If so, how can I create the adaptor fasta file (sequence header etc.)?
The adapters used are below, "BCBCBCBC" stands for the barcodes.
i7: GATCGGAAGAGCACACGTCTGAACTCCAGTCAC-BCBCBCBC-ATCTCGTATGCCGTCTTCTGCTTG
i5: AATGATACGGCGACCACCGAGATCTACAC-BCBCBCBC-ACACTCTTTCCCTACACGACGCTCTTCCGATCT
Thank you in advance!
Thanks a lot! What is the core sequence you mentioned? I checked the universal adapter sequence file in trimmomatic. I do find the similar sequence to i5 adapter from TruSeq2-PE.fa, Primer1 but not anything similar to i7 adapter. Does that mean trimmomatic will remove the i5 adapter but not i7?
Here is an example of TrueSeq adapter sequences (from
adapters.fa
file inresources
directory from BBMap suite)So you can see that the differences are the indexes (or barcodes, I have separated them out and added a
*
to delimit) while the core sequences on either side are identical and match the i7 sequence you have.Thank you so much! Is it possible to trim them in trimmomatic? It seems that the i7 sequence is not in the build-in adapter sequence in trimmomatic
Check other TruSeq*.fa files in Trimmomatic.
Yes I did check all the TruSeq-*-PE files in Trimmomatic but I did not find the i7 sequence.
You could use
adapters.fa
file from BBMap suite or simply usebbduk.sh
:-)Thank you so much! I will try it!
I did QC after trimming with both trimmomatic and bbduk.sh but there is still some Illumnina Universal Adapter left. Would you mind giving me some suggestions?
What is the exact command you used with
bbduk.sh
?