Skip to content

Commit

Permalink
add option to exclude nf-core components from pipeline template
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Aug 26, 2024
1 parent ce922dd commit 6df1233
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nf_core/pipeline-template/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

include { {{ short_name|upper }} } from './workflows/{{ short_name }}'
{%- if modules %}
{%- if modules %}
include { PIPELINE_INITIALISATION } from './subworkflows/local/utils_nfcore_{{ short_name }}_pipeline'
include { PIPELINE_COMPLETION } from './subworkflows/local/utils_nfcore_{{ short_name }}_pipeline'
{%- if igenomes %}
Expand Down Expand Up @@ -72,6 +73,7 @@ workflow {

main:

{%- if modules %}
{%- modules %}
//
// SUBWORKFLOW: Run initialisation tasks
Expand Down

0 comments on commit 6df1233

Please sign in to comment.