Skip to content

Commit e850cc5

Browse files
committed
Fix included components
1 parent ed2c2e0 commit e850cc5

File tree

1 file changed

+4
-5
lines changed
  • subworkflows/local/utils_nfcore_phaseimpute_pipeline

1 file changed

+4
-5
lines changed

subworkflows/local/utils_nfcore_phaseimpute_pipeline/main.nf

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
include { UTILS_NFSCHEMA_PLUGIN } from '../../nf-core/utils_nfschema_plugin'
1212
include { samplesheetToList } from 'plugin/nf-schema'
13+
include { completionEmail } from '../../nf-core/utils_nfcore_pipeline'
14+
include { completionSummary } from '../../nf-core/utils_nfcore_pipeline'
15+
include { imNotification } from '../../nf-core/utils_nfcore_pipeline'
16+
include { paramsSummaryMap } from 'plugin/nf-schema'
1317
include { UTILS_NFCORE_PIPELINE } from '../../nf-core/utils_nfcore_pipeline'
1418
include { UTILS_NEXTFLOW_PIPELINE } from '../../nf-core/utils_nextflow_pipeline'
1519
include { SAMTOOLS_FAIDX } from '../../../modules/nf-core/samtools/faidx'
@@ -330,11 +334,6 @@ workflow PIPELINE_INITIALISATION {
330334
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
331335
*/
332336

333-
include { completionEmail } from '../../nf-core/utils_nfcore_pipeline'
334-
include { completionSummary } from '../../nf-core/utils_nfcore_pipeline'
335-
include { imNotification } from '../../nf-core/utils_nfcore_pipeline'
336-
include { paramsSummaryMap } from 'plugin/nf-schema'
337-
338337
workflow PIPELINE_COMPLETION {
339338

340339
take:

0 commit comments

Comments
 (0)