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'