From f07910d1641048c07dfd1a05ece86375ec6351ad Mon Sep 17 00:00:00 2001 From: prototaxites Date: Tue, 10 Dec 2024 13:02:11 +0000 Subject: [PATCH] Move config inside tests as it's not needed for the stub --- modules/nf-core/dastool/dastool/tests/main.nf.test | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/nf-core/dastool/dastool/tests/main.nf.test b/modules/nf-core/dastool/dastool/tests/main.nf.test index e563e5f7470..fcf9a77d7dc 100644 --- a/modules/nf-core/dastool/dastool/tests/main.nf.test +++ b/modules/nf-core/dastool/dastool/tests/main.nf.test @@ -2,7 +2,6 @@ nextflow_process { name "Test Process DASTOOL_DASTOOL" script "../main.nf" - config "./nextflow.config" process "DASTOOL_DASTOOL" tag "modules" @@ -63,6 +62,8 @@ nextflow_process { test("dastool dastool - bacteroides fragilis - noproteins") { + config "./nextflow.config" + when { params { module_args = '--write_bins --write_bin_evals' @@ -104,6 +105,8 @@ nextflow_process { test("dastool dastool - bacteroides fragilis - proteins") { + config "./nextflow.config" + when { params { module_args = '--write_bins --write_bin_evals'