Skip to content

Commit a5a2e83

Browse files
committed
fastp: lower compression level
1 parent 8f9c5e6 commit a5a2e83

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

conf/modules.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ process {
7878
params.trim_tail > 0 ? "--trim_tail1 ${params.trim_tail}" : "",
7979
params.adapter_R1 ? "--adapter_sequence ${params.adapter_R1}" : "",
8080
params.adapter_R2 ? "--adapter_sequence_r2 ${params.adapter_R2}" : "",
81+
"--compression 1"
8182
].join(" ").trim()}
8283
publishDir = [
8384
[

0 commit comments

Comments
 (0)