Skip to content

Commit

Permalink
Merge pull request #222 from nf-core/use-nfcore-validation-subworkflow
Browse files Browse the repository at this point in the history
Use nf-core nfvalidation subworkflow
  • Loading branch information
adamrtalbot authored Oct 16, 2023
2 parents 96a6708 + 94d75cb commit c6714cd
Show file tree
Hide file tree
Showing 8 changed files with 441 additions and 55 deletions.
5 changes: 5 additions & 0 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
"branch": "master",
"git_sha": "76cbb00305f6b045c15c1e202a5bdd516d6f64a3",
"installed_by": ["subworkflows"]
},
"nfvalidation_plugin_utils": {
"branch": "master",
"git_sha": "a8223a72def6cc46f4652a348feba21845ce68c6",
"installed_by": ["subworkflows"]
}
}
}
Expand Down
7 changes: 4 additions & 3 deletions subworkflows/local/nf_core_fetchngs_utils/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
*/

include { CUSTOM_DUMPSOFTWAREVERSIONS } from '../../../modules/nf-core/custom/dumpsoftwareversions'
include { NEXTFLOW_PIPELINE_UTILS; getWorkflowVersion } from '../../nf-core/nextflowpipelineutils/main'
include { NF_VALIDATION_PLUGIN_UTILS } from '../nf_validation_plugin_utils'
include { NEXTFLOW_PIPELINE_UTILS; getWorkflowVersion } from '../../nf-core/nextflowpipelineutils/main'
include { NF_VALIDATION_PLUGIN_UTILS } from '../../nf-core/nfvalidation_plugin_utils/main.nf'
include { NF_CORE_PIPELINE_UTILS; workflowCitation; nfCoreLogo; dashedLine; completionEmail; completionSummary; imNotification } from '../nf_core_pipeline_utils'

/*
Expand Down Expand Up @@ -44,7 +44,8 @@ workflow PIPELINE_INITIALISATION {
workflow_command,
pre_help_text,
post_help_text,
params.validate_params
params.validate_params,
"nextflow_schema.json"
)

//
Expand Down
52 changes: 0 additions & 52 deletions subworkflows/local/nf_validation_plugin_utils/main.nf

This file was deleted.

62 changes: 62 additions & 0 deletions subworkflows/nf-core/nfvalidation_plugin_utils/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 49 additions & 0 deletions subworkflows/nf-core/nfvalidation_plugin_utils/meta.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

199 changes: 199 additions & 0 deletions subworkflows/nf-core/nfvalidation_plugin_utils/tests/main.nf.test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c6714cd

Please sign in to comment.