Skip to content

Commit 750d806

Browse files
committed
adding "-trim" to the nextseq cmd in conf. see #429
1 parent 43369af commit 750d806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/modules.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ if (!params.skip_trimming) {
135135
ext.args = {
136136
[
137137
'--fastqc',
138-
params.trim_nextseq > 0 ? "--nextseq ${params.trim_nextseq}" : '',
138+
params.trim_nextseq > 0 ? "--nextseq-trim ${params.trim_nextseq}" : '',
139139
params.clip_r1 > 0 ? "--clip_r1 ${params.clip_r1}" : '',
140140
params.clip_r2 > 0 ? "--clip_r2 ${params.clip_r2}" : '',
141141
params.three_prime_clip_r1 > 0 ? "--three_prime_clip_r1 ${params.three_prime_clip_r1}" : '',

0 commit comments

Comments
 (0)