Entering edit mode
7.8 years ago
gundalav
▴
380
I have Nextera data, according to the document, the adapter is this:
My question is what's the right parameter to use for trim_galore?
Does this command suffice?
trim_galore --stringency 5 --dont_gzip --trim1 --length 30 -q 0 --paired --nextera -o $TRIMGALORE_DIR $READ1 $READ2
I prefer to use -a
and -a2
parameter, but not sure how to do it.
See also this thread:
Why mapping rate is low after adapter trimming paired-end data?