diff --git a/modules.json b/modules.json index 3cc9d6dd..ecd043f9 100644 --- a/modules.json +++ b/modules.json @@ -36,7 +36,7 @@ }, "nextflowpipelineutils": { "branch": "master", - "git_sha": "76cbb00305f6b045c15c1e202a5bdd516d6f64a3", + "git_sha": "1405b3d5078f108f86a2c122846ed2797b4ec8bf", "installed_by": ["subworkflows"] } } diff --git a/subworkflows/nf-core/nextflowpipelineutils/tests/main.functions.nf.test b/subworkflows/nf-core/nextflowpipelineutils/tests/main.functions.nf.test index db757ed1..1a1577eb 100644 --- a/subworkflows/nf-core/nextflowpipelineutils/tests/main.functions.nf.test +++ b/subworkflows/nf-core/nextflowpipelineutils/tests/main.functions.nf.test @@ -3,6 +3,7 @@ nextflow_function { name "Test Functions" script "subworkflows/nf-core/nextflowpipelineutils/main.nf" + config "subworkflows/nf-core/nextflowpipelineutils/tests/nextflow.config" tag 'subworkflows' tag 'nextflowpipelineutils' tag 'subworkflows/nextflowpipelineutils' diff --git a/subworkflows/nf-core/nextflowpipelineutils/tests/main.functions.nf.test.snap b/subworkflows/nf-core/nextflowpipelineutils/tests/main.functions.nf.test.snap index 956bfac7..939dbbad 100644 --- a/subworkflows/nf-core/nextflowpipelineutils/tests/main.functions.nf.test.snap +++ b/subworkflows/nf-core/nextflowpipelineutils/tests/main.functions.nf.test.snap @@ -1,9 +1,9 @@ { "Test Function getWorkflowVersion": { "content": [ - "" + "v9.9.9" ], - "timestamp": "2023-10-12T17:09:20.935733" + "timestamp": "2023-10-15T13:43:55.128868" }, "Test Function checkCondaChannels": { "content": null, diff --git a/subworkflows/nf-core/nextflowpipelineutils/tests/nextflow.config b/subworkflows/nf-core/nextflowpipelineutils/tests/nextflow.config index 035c0f5d..53574ffe 100644 --- a/subworkflows/nf-core/nextflowpipelineutils/tests/nextflow.config +++ b/subworkflows/nf-core/nextflowpipelineutils/tests/nextflow.config @@ -3,7 +3,7 @@ manifest { author = """nf-core""" homePage = 'https://127.0.0.1' description = """Dummy pipeline""" - nextflowVersion = '!>=23.04.4' + nextflowVersion = '!>=23.04.0' version = '9.9.9' doi = 'https://doi.org/10.5281/zenodo.5070524' } \ No newline at end of file diff --git a/subworkflows/nf-core/nextflowpipelineutils/tests/tags.yml b/subworkflows/nf-core/nextflowpipelineutils/tests/tags.yml deleted file mode 100644 index 57127a2a..00000000 --- a/subworkflows/nf-core/nextflowpipelineutils/tests/tags.yml +++ /dev/null @@ -1,2 +0,0 @@ -nextflowpipelineutils: - - subworkflows/nf-core/nextflowpipelineutils/**