We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f9c5e6 commit a5a2e83Copy full SHA for a5a2e83
1 file changed
conf/modules.config
@@ -78,6 +78,7 @@ process {
78
params.trim_tail > 0 ? "--trim_tail1 ${params.trim_tail}" : "",
79
params.adapter_R1 ? "--adapter_sequence ${params.adapter_R1}" : "",
80
params.adapter_R2 ? "--adapter_sequence_r2 ${params.adapter_R2}" : "",
81
+ "--compression 1"
82
].join(" ").trim()}
83
publishDir = [
84
[
0 commit comments