TrimGalore parameter form Nextera paired-end reads adapter removal
1
1
Entering edit mode
7.2 years ago
gundalav ▴ 380

I have Nextera data, according to the document, the adapter is this:

enter image description here

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.

adapter sequencing illumina trimming nextera • 5.8k views
ADD COMMENT
0
Entering edit mode
ADD REPLY
2
Entering edit mode
7.2 years ago

Just use the --nextera flag. If you insisted on setting -a, then both it and -a2 should be CTGTCTCTTATA, which is the reverse-complemented start of the adapters.

ADD COMMENT
0
Entering edit mode

Hi Devon,

Thanks for the reply:

Do you mean this command?

trim_galore --stringency 5 --dont_gzip --trim1 --length 30 -q 0 --paired -a CTGTCTCTTATA  -a2 CTGTCTCTTATA  -o $TRIMGALORE_DIR $READ1 $READ2
ADD REPLY
1
Entering edit mode

Yes, something like that should work.

ADD REPLY

Login before adding your answer.

Traffic: 2323 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6