Skip to content

Commit

Permalink
Merge branch 'refactor' into use-nfcore-pipeline-utils-subworkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot authored Oct 16, 2023
2 parents 52c4100 + bbc23f0 commit ce2237e
Show file tree
Hide file tree
Showing 12 changed files with 445 additions and 60 deletions.
7 changes: 6 additions & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@
},
"nextflowpipelineutils": {
"branch": "master",
"git_sha": "76cbb00305f6b045c15c1e202a5bdd516d6f64a3",
"git_sha": "1405b3d5078f108f86a2c122846ed2797b4ec8bf",
"installed_by": ["subworkflows"]
},
"nfvalidation_plugin_utils": {
"branch": "master",
"git_sha": "a8223a72def6cc46f4652a348feba21845ce68c6",
"installed_by": ["subworkflows"]
},
"nfcore_pipeline_utils": {
Expand Down
5 changes: 3 additions & 2 deletions subworkflows/local/nf_core_fetchngs_utils/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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 { NF_VALIDATION_PLUGIN_UTILS } from '../../nf-core/nfvalidation_plugin_utils/main.nf'
include {
NFCORE_PIPELINE_UTILS;
workflowCitation;
Expand Down Expand Up @@ -52,7 +52,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.

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

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

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

2 changes: 0 additions & 2 deletions subworkflows/nf-core/nextflowpipelineutils/tests/tags.yml

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.

Loading

0 comments on commit ce2237e

Please sign in to comment.