File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1185,7 +1185,7 @@ process adapter_removal {
11851185 fi
11861186
11871187 ## Add R_ and L_ for unmerged reads for DeDup compatibility
1188- AdapterRemovalFixPrefix output/${ base} .pe.combined.tmp.fq.gz | pigz -p ${ task.cpus} output/${ base} .pe.combined.fq.gz
1188+ AdapterRemovalFixPrefix output/${ base} .pe.combined.tmp.fq.gz | pigz -p ${ task.cpus} > output/${ base} .pe.combined.fq.gz
11891189
11901190 mv *.settings output/
11911191 """
@@ -1209,7 +1209,7 @@ process adapter_removal {
12091209 fi
12101210
12111211 ## Add R_ and L_ for unmerged reads for DeDup compatibility
1212- AdapterRemovalFixPrefix output/${ base} .pe.combined.tmp.fq.gz | pigz -p ${ task.cpus} output/${ base} .pe.combined.fq.gz
1212+ AdapterRemovalFixPrefix output/${ base} .pe.combined.tmp.fq.gz | pigz -p ${ task.cpus} > output/${ base} .pe.combined.fq.gz
12131213
12141214 mv *.settings output/
12151215 """
You can’t perform that action at this time.
0 commit comments