Entering edit mode
2.8 years ago
Easybella
•
0
Dear community,
I am using Trimmomatic (Trimmomatic-0.36) to trimm Illumina reads from a transcriptome data set.
When I ask the company to provide me with the adapters needed for trimming, I get the following list:
Read1:
- AGATCGGAAGAGCACACGTCTGAACTCCAGTCA
- AGATCGGAAGAGCACACGTCTGAAC
- TGGAATTCTCGGGTGCCAAGG
- AGATCGGAAGAGCACACGTCT
- CTGTCTCTTATACACATCT
- AGATGTGTATAAGAGACAG
Read2:
- AGATCGGAAGAGCGTCGTGTAGGGAAAGAGTGT
- AGATCGGAAGAGCGTCGTGTAGGGA
- TGGAATTCTCGGGTGCCAAGG
- AGATCGGAAGAGCACACGTCT
- CTGTCTCTTATACACATCT
- AGATGTGTATAAGAGACAG
These reads I could now in general use and write them to an adapters list that I feed into trimmomatic.
But, how do I know if I have to also give the reverse complements?
I would be very greatful for your help and some insight!
thank you!
what does the documentation of trimmomatic says about this? ;)