diff --git a/subworkflows/nf-core/utils_nextflow_pipeline/main.nf b/subworkflows/nf-core/utils_nextflow_pipeline/main.nf index 37939acd19db..6f8c989a40f5 100644 --- a/subworkflows/nf-core/utils_nextflow_pipeline/main.nf +++ b/subworkflows/nf-core/utils_nextflow_pipeline/main.nf @@ -40,7 +40,7 @@ workflow UTILS_NEXTFLOW_PIPELINE { } emit: - dummy_emit = true + true } /* diff --git a/subworkflows/nf-core/utils_nextflow_pipeline/meta.yml b/subworkflows/nf-core/utils_nextflow_pipeline/meta.yml index e5c3a0a82897..0dcf34477244 100644 --- a/subworkflows/nf-core/utils_nextflow_pipeline/meta.yml +++ b/subworkflows/nf-core/utils_nextflow_pipeline/meta.yml @@ -25,7 +25,7 @@ input: description: | Check if the conda channel priority is correct. output: - - dummy_emit: + - "true": type: boolean description: | Dummy emit to make nf-core subworkflows lint happy diff --git a/subworkflows/nf-core/utils_nextflow_pipeline/tests/main.function.nf.test b/subworkflows/nf-core/utils_nextflow_pipeline/tests/main.nf.test similarity index 89% rename from subworkflows/nf-core/utils_nextflow_pipeline/tests/main.function.nf.test rename to subworkflows/nf-core/utils_nextflow_pipeline/tests/main.nf.test index 68718e4f5904..89ded919730b 100644 --- a/subworkflows/nf-core/utils_nextflow_pipeline/tests/main.function.nf.test +++ b/subworkflows/nf-core/utils_nextflow_pipeline/tests/main.nf.test @@ -4,9 +4,11 @@ nextflow_function { name "Test Functions" script "subworkflows/nf-core/utils_nextflow_pipeline/main.nf" config "subworkflows/nf-core/utils_nextflow_pipeline/tests/nextflow.config" - tag 'subworkflows' - tag 'utils_nextflow_pipeline' - tag 'subworkflows/utils_nextflow_pipeline' + + tag "subworkflows" + tag "subworkflows_nfcore" + tag "utils_nextflow_pipeline" + tag "subworkflows/utils_nextflow_pipeline" test("Test Function getWorkflowVersion") { diff --git a/subworkflows/nf-core/utils_nextflow_pipeline/tests/main.function.nf.test.snap b/subworkflows/nf-core/utils_nextflow_pipeline/tests/main.nf.test.snap similarity index 100% rename from subworkflows/nf-core/utils_nextflow_pipeline/tests/main.function.nf.test.snap rename to subworkflows/nf-core/utils_nextflow_pipeline/tests/main.nf.test.snap diff --git a/subworkflows/nf-core/utils_nfcore_pipeline/main.nf b/subworkflows/nf-core/utils_nfcore_pipeline/main.nf index afca54390977..bf568a08b951 100644 --- a/subworkflows/nf-core/utils_nfcore_pipeline/main.nf +++ b/subworkflows/nf-core/utils_nfcore_pipeline/main.nf @@ -17,7 +17,7 @@ workflow UTILS_NFCORE_PIPELINE { checkProfileProvided(nextflow_cli_args) emit: - valid_config = valid_config + valid_config } /* diff --git a/subworkflows/nf-core/utils_nfcore_pipeline/meta.yml b/subworkflows/nf-core/utils_nfcore_pipeline/meta.yml index d08d24342d88..30bd7b745145 100644 --- a/subworkflows/nf-core/utils_nfcore_pipeline/meta.yml +++ b/subworkflows/nf-core/utils_nfcore_pipeline/meta.yml @@ -13,7 +13,7 @@ input: description: | Nextflow CLI positional arguments output: - - success: + - valid_config: type: boolean description: | Dummy output to indicate success diff --git a/subworkflows/nf-core/utils_nfschema_plugin/main.nf b/subworkflows/nf-core/utils_nfschema_plugin/main.nf index 9ff0681f15b8..486e0efd96fb 100644 --- a/subworkflows/nf-core/utils_nfschema_plugin/main.nf +++ b/subworkflows/nf-core/utils_nfschema_plugin/main.nf @@ -73,5 +73,5 @@ workflow UTILS_NFSCHEMA_PLUGIN { } emit: - dummy_emit = true + true } diff --git a/subworkflows/nf-core/utils_nfschema_plugin/meta.yml b/subworkflows/nf-core/utils_nfschema_plugin/meta.yml index 1d8c75a9520f..3ef358a75742 100644 --- a/subworkflows/nf-core/utils_nfschema_plugin/meta.yml +++ b/subworkflows/nf-core/utils_nfschema_plugin/meta.yml @@ -50,7 +50,7 @@ input: Whether to apply typecasting to the parameters given via the CLI before validation. Set this to `null` to use the default behavior. output: - - dummy_emit: + - "true": type: boolean description: Dummy emit to make nf-core subworkflows lint happy authors: