Skip to content

Commit

Permalink
add option to exclude tower.yml from pipeline template
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Aug 22, 2024
1 parent 7785b4c commit ba887dc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions nf_core/pipelines/create/templatefeatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,3 +300,15 @@ slackreport:
- ".prettierignore"
nfcore_pipelines: False
custom_pipelines: True
seqera_platform:
skippable_paths:
- "tower.yml"
short_description: "Add Seqera Platform output"
description: "Add a YAML file to specify which output files to upload when launching a pipeline from the Seqera Platform"
help_text: |
When launching a pipeline with the Seqera Platform, a `tower.yml` file can be used to add configuration options.
In the pipeline template, this file is used to specify the output files of you pipeline which will be shown on the reports tab of Seqera Platform.
You can extend this file adding any other desired configuration.
nfcore_pipelines: False
custom_pipelines: True

0 comments on commit ba887dc

Please sign in to comment.