Skip to content

Commit

Permalink
Move config inside tests as it's not needed for the stub
Browse files Browse the repository at this point in the history
  • Loading branch information
prototaxites committed Dec 10, 2024
1 parent 989951e commit f07910d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/nf-core/dastool/dastool/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ nextflow_process {

name "Test Process DASTOOL_DASTOOL"
script "../main.nf"
config "./nextflow.config"
process "DASTOOL_DASTOOL"

tag "modules"
Expand Down Expand Up @@ -63,6 +62,8 @@ nextflow_process {

test("dastool dastool - bacteroides fragilis - noproteins") {

config "./nextflow.config"

when {
params {
module_args = '--write_bins --write_bin_evals'
Expand Down Expand Up @@ -104,6 +105,8 @@ nextflow_process {

test("dastool dastool - bacteroides fragilis - proteins") {

config "./nextflow.config"

when {
params {
module_args = '--write_bins --write_bin_evals'
Expand Down

0 comments on commit f07910d

Please sign in to comment.