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 Original file line number Diff line number Diff line change 9
9
*/
10
10
11
11
{% if nf_schema % }include { UTILS_NFSCHEMA_PLUGIN } from ' ../../nf-core/utils_nfschema_plugin'
12
- include { paramsSummaryMap } from ' plugin/nf-schema'
13
12
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 % }
21
13
include { UTILS_NFCORE_PIPELINE } from ' ../../nf-core/utils_nfcore_pipeline'
22
14
include { UTILS_NEXTFLOW_PIPELINE } from ' ../../nf-core/utils_nextflow_pipeline'
23
15
@@ -118,6 +110,15 @@ workflow PIPELINE_INITIALISATION {
118
110
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
119
111
*/
120
112
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
+
121
122
workflow PIPELINE_COMPLETION {
122
123
123
124
take :
You can’t perform that action at this time.
0 commit comments