I have primarily decided to use trimmomatic because of an adapter contamination in the raw data after demuxing.
For what it is worth, I decided to go all the way and use the program to trim bad bases, too, bascially using the options from the manual.
ILLUMINACLIP:TruSeq3-PE-2.fa:2:30:10 LEADING:3 TRAILING:3 SLIDINGWINDOW:4:15 MINLEN:36
Does this seem appropriate to you, or would you rather suggest to limit this to the adapter removal and use STAR to soft clip?
Hi guys,
thanks for the quick replies. The unpaired reverse reads are next to nothing (0.2% or something), the forward unpaired usually more like 2 - 5%. Does this sound normal to you?
There is no "normal". Ideally you should not have any. But this is biology and you live with what you have :-)
If you use BBDuk for trimming paired reads, you will not end up with any singletons, which can make the processing easier. Reads will either be retained as pairs or discarded as pairs. In situations where one read is trimmed down to nothing, the pair is discarded if a minimum length restriction is used. If no limitation is set, the read will be trimmed down to a minimum length of 1bp, so it will still be present and the fastq file will be valid and correctly paired, but it will typically be ignored downstream and only its mate will be used (since 1bp reads don't map).