Skip to content

Commit

Permalink
Merge pull request #3134 from mirpedrol/template-customisation-tower
Browse files Browse the repository at this point in the history
Template: add option to exclude tower.yml from pipeline template
  • Loading branch information
mirpedrol authored Aug 26, 2024
2 parents 40a8bcb + 0dd8d6f commit ee85104
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 256 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
- add option to exclude fastqc from pipeline template ([#3129](https://github.com/nf-core/tools/pull/3129))
- add option to exclude documentation from pipeline template ([#3130](https://github.com/nf-core/tools/pull/3130))
- add option to exclude test configs from pipeline template ([#3133](https://github.com/nf-core/tools/pull/3133))
- add option to exclude tower.yml from pipeline template ([#3134](https://github.com/nf-core/tools/pull/3134))

### Linting

Expand Down
12 changes: 12 additions & 0 deletions nf_core/pipelines/create/templatefeatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,3 +358,15 @@ test_config:
- ".github/PULL_REQUEST_TEMPLATE.md"
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
512 changes: 256 additions & 256 deletions tests/pipelines/__snapshots__/test_create_app.ambr

Large diffs are not rendered by default.

0 comments on commit ee85104

Please sign in to comment.