From c1a6b176601ee6608c4fcd7e3ed057891f34f8a2 Mon Sep 17 00:00:00 2001 From: Jonathan Manning Date: Fri, 29 Nov 2024 17:22:12 +0000 Subject: [PATCH] Add name to SYLPH_SKETCH module tests (#7122) --- modules/nf-core/sylph/sketch/tests/main.nf.test | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nf-core/sylph/sketch/tests/main.nf.test b/modules/nf-core/sylph/sketch/tests/main.nf.test index 004f5137f69..f5e4d5887b7 100644 --- a/modules/nf-core/sylph/sketch/tests/main.nf.test +++ b/modules/nf-core/sylph/sketch/tests/main.nf.test @@ -1,5 +1,6 @@ nextflow_process { + name "Test Process SYLPH_SKETCH" script "../main.nf" process "SYLPH_SKETCH" tag "modules"