Hi, I used trim galore to automatically cut adaptor sequences, and it cut the adaptor AGATCGGAAGAGC. this is the defult used by trim galore, according to the manual. But the adaptors I was told were used are TruSeq adaptors that are much longer and have a different composition...
D501–D508 Adapters
AATGATACGGCGACCACCGAGATCTACAC[i5]ACACTCTTTCCCTACACGACGCTCTTCCGATCT
D701–D712 Adapters
GATCGGAAGAGCACACGTCTGAACTCCAGTCAC[i7]ATCTCGTATGCCGTCTTCTGCTTG
so my questions are:
- should I not have used trim galore this way (I thought it recognizes and cuts all recognized illumina sequences?).
or
- should I also cut the TruSeq adaptors after cutting the AGATCGGAAGAGC?
thanks!
Trimming programs recognize a core sequence that is common for illumina adapters (e.g. (GATCGGAAGAGCACACGTCTGAACTCCAGTCA) for TruSeq) . If that sequence is detected then the rest of the read is generally trimmed.
so why does trim galore indicate in the trimmimg report it cut AGATCGGAAGAGC? I checked and there was no other adaptor recognized