From 3d71f174bab374f8dcc3ad1c84a458b285f66468 Mon Sep 17 00:00:00 2001 From: mirpedrol Date: Tue, 25 Apr 2023 16:31:24 +0200 Subject: [PATCH 1/2] add tower.yml file to pipeline template --- nf_core/pipeline-template/tower.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nf_core/pipeline-template/tower.yml diff --git a/nf_core/pipeline-template/tower.yml b/nf_core/pipeline-template/tower.yml new file mode 100644 index 000000000..787aedfe9 --- /dev/null +++ b/nf_core/pipeline-template/tower.yml @@ -0,0 +1,5 @@ +reports: + multiqc_report.html: + display: "MultiQC HTML report" + samplesheet.csv: + display: "Auto-created samplesheet with collated metadata and FASTQ paths" From 9c43fa786eec21ed9c4dba5fbbe595632dcd84ea Mon Sep 17 00:00:00 2001 From: mirpedrol Date: Tue, 25 Apr 2023 16:32:57 +0200 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index beceff9e2..6144cbb83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - Remove `.cff` files from `.editorconfig` [(#2145)[https://github.com/nf-core/tools/pull/2145]] - Simplify pipeline README ([#2186](https://github.com/nf-core/tools/issues/2186)) - Added support for the apptainer container engine via `-profile apptainer`. ([#2244](https://github.com/nf-core/tools/issues/2244)) [Contributed by @jfy133] +- Add tower.yml file to the pipeline template ([#2251](https://github.com/nf-core/tools/pull/2251)) ### Linting