Skip to content

Commit

Permalink
remove duplicate subworkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-mohr committed Jan 30, 2025
1 parent 519b6be commit fb0a9c2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions workflows/hlatyping.nf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
//
include { CHECK_PAIRED } from '../modules/local/check_paired'

include { paramsSummaryMultiqc } from '../subworkflows/nf-core/utils_nfcore_pipeline'
include { softwareVersionsToYAML } from '../subworkflows/nf-core/utils_nfcore_pipeline'
include { methodsDescriptionText } from '../subworkflows/local/utils_nfcore_hlatyping_pipeline'

/*
Expand All @@ -38,10 +40,6 @@ include { YARA_MAPPER } from '../modules/nf-core/yara/mapper/mai

include { paramsSummaryMap } from 'plugin/nf-schema'

include { paramsSummaryMultiqc } from '../subworkflows/nf-core/utils_nfcore_pipeline'
include { softwareVersionsToYAML } from '../subworkflows/nf-core/utils_nfcore_pipeline'
include { methodsDescriptionText } from '../subworkflows/local/utils_nfcore_hlatyping_pipeline'

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
RUN MAIN WORKFLOW
Expand Down

0 comments on commit fb0a9c2

Please sign in to comment.