From 3cce1f79b0a7278039ad4e487f5a18a7b09d0195 Mon Sep 17 00:00:00 2001 From: Jonathan Manning Date: Wed, 8 Jan 2025 09:51:13 +0000 Subject: [PATCH] Add missing test config --- modules/nf-core/trimgalore/tests/nextflow.config | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules/nf-core/trimgalore/tests/nextflow.config diff --git a/modules/nf-core/trimgalore/tests/nextflow.config b/modules/nf-core/trimgalore/tests/nextflow.config new file mode 100644 index 000000000..d8e3ac137 --- /dev/null +++ b/modules/nf-core/trimgalore/tests/nextflow.config @@ -0,0 +1,5 @@ +process { + withName: TRIMGALORE { + ext.args = params.module_args + } +}