Skip to content

Commit 7093410

Browse files
authored
Update main.nf
1 parent 67146de commit 7093410

File tree

1 file changed

+9
-8
lines changed
  • nf_core/pipeline-template/subworkflows/local/utils_nfcore_pipeline_pipeline

1 file changed

+9
-8
lines changed

nf_core/pipeline-template/subworkflows/local/utils_nfcore_pipeline_pipeline/main.nf

+9-8
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,7 @@
99
*/
1010

1111
{% if nf_schema %}include { UTILS_NFSCHEMA_PLUGIN } from '../../nf-core/utils_nfschema_plugin'
12-
include { paramsSummaryMap } from 'plugin/nf-schema'
1312
include { samplesheetToList } from 'plugin/nf-schema'{% endif %}
14-
{%- if email %}
15-
include { completionEmail } from '../../nf-core/utils_nfcore_pipeline'
16-
{%- endif %}
17-
include { completionSummary } from '../../nf-core/utils_nfcore_pipeline'
18-
{%- if adaptivecard or slackreport %}
19-
include { imNotification } from '../../nf-core/utils_nfcore_pipeline'
20-
{%- endif %}
2113
include { UTILS_NFCORE_PIPELINE } from '../../nf-core/utils_nfcore_pipeline'
2214
include { UTILS_NEXTFLOW_PIPELINE } from '../../nf-core/utils_nextflow_pipeline'
2315

@@ -118,6 +110,15 @@ workflow PIPELINE_INITIALISATION {
118110
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
119111
*/
120112

113+
include { paramsSummaryMap } from 'plugin/nf-schema'
114+
{%- if email %}
115+
include { completionEmail } from '../../nf-core/utils_nfcore_pipeline'
116+
{%- endif %}
117+
include { completionSummary } from '../../nf-core/utils_nfcore_pipeline'
118+
{%- if adaptivecard or slackreport %}
119+
include { imNotification } from '../../nf-core/utils_nfcore_pipeline'
120+
{%- endif %}
121+
121122
workflow PIPELINE_COMPLETION {
122123

123124
take:

0 commit comments

Comments
 (0)