Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(subworkflows): rename utils_nfvalidation_plugin to utils_validate_params #5513

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ include { validateParameters } from 'plugin/nf-validation'
========================================================================================
*/

workflow UTILS_NFVALIDATION_PLUGIN {
workflow UTILS_VALIDATE_PARAMS {

take:
print_help // boolean: print help
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/subworkflows/yaml-schema.json
name: "UTILS_NFVALIDATION_PLUGIN"
name: "UTILS_VALIDATE_PARAMS"
description: Use nf-validation to initiate and validate a pipeline
keywords:
- utility
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
nextflow_workflow {

name "Test Workflow UTILS_NFVALIDATION_PLUGIN"
name "Test Workflow UTILS_VALIDATE_PARAMS"
script "../main.nf"
workflow "UTILS_NFVALIDATION_PLUGIN"
workflow "UTILS_VALIDATE_PARAMS"
tag "subworkflows"
tag "subworkflows_nfcore"
tag "plugin/nf-validation"
tag "'plugin/nf-validation'"
tag "utils_nfvalidation_plugin"
tag "subworkflows/utils_nfvalidation_plugin"
tag "utils_validate_params"
tag "subworkflows/utils_validate_params"

test("Should run nothing") {

Expand Down
2 changes: 2 additions & 0 deletions subworkflows/nf-core/utils_validate_params/tests/tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
subworkflows/utils_validate_params:
- subworkflows/nf-core/utils_validate_params/**
Loading