From 6960ddfc1b322caebffcbd78a0378c7b25f13bc0 Mon Sep 17 00:00:00 2001 From: Adam Bennett Date: Fri, 26 Apr 2024 12:23:40 +0800 Subject: [PATCH 1/3] Changes based on PR #41 reviews --- .github/workflows/release-announcements.yml | 2 +- CHANGELOG.md | 3 ++- main.nf | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-announcements.yml b/.github/workflows/release-announcements.yml index d468aea..788d134 100644 --- a/.github/workflows/release-announcements.yml +++ b/.github/workflows/release-announcements.yml @@ -12,7 +12,7 @@ jobs: - name: get topics and convert to hashtags id: get_topics run: | - curl -s https://nf-co.re/pipelines.json | jq -r '.remote_workflows[] | select(.full_name == "${{ github.repository }}") | .topics[]' | awk '{print "#"$0}' | tr '\n' ' ' >> $GITHUB_OUTPUT + echo "topics=$(curl -s https://nf-co.re/pipelines.json | jq -r '.remote_workflows[] | select(.full_name == "${{ github.repository }}") | .topics[]' | awk '{print "#"$0}' | tr '\n' ' ')" >> $GITHUB_OUTPUT - uses: rzr/fediverse-action@master with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb4f5e..82dc84c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 1.0.1 - 2024-03-22 +## 1.0.1 - 2024-03-23 Minor release after nf-core template 2.13.1 update ### `Added` - [#36] - Merged nf-core template 2.13.1 update +- [#36] - Multiqc version changed 1.19 -> 1.21 ### `Fixed` diff --git a/main.nf b/main.nf index 40f3aca..7c5dfb5 100644 --- a/main.nf +++ b/main.nf @@ -29,7 +29,6 @@ include { getGenomeAttribute } from './subworkflows/local/utils_nfcore_read ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -// TODO nf-core: Remove this line if you don't need a FASTA file // This is an example of how to use getGenomeAttribute() to fetch parameters // from igenomes.config using `--genome` if (!params.fasta) { From a50755811a9d773e5effa974b6c3bf25a0600622 Mon Sep 17 00:00:00 2001 From: Adam Bennett <43841526+a4000@users.noreply.github.com> Date: Sat, 27 Apr 2024 07:22:14 +0800 Subject: [PATCH 2/3] Update CHANGELOG.md Co-authored-by: Simon Pearce <24893913+SPPearce@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82dc84c..838898e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 1.0.1 - 2024-03-23 +## 1.0.1 - 2024-03-26 Minor release after nf-core template 2.13.1 update From e55115b94ffb4ccf222bb14870c6e597ebf66126 Mon Sep 17 00:00:00 2001 From: Adam Bennett <43841526+a4000@users.noreply.github.com> Date: Sat, 27 Apr 2024 07:23:07 +0800 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 838898e..4b80ccf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 1.0.1 - 2024-03-26 +## 1.0.1 - 2024-04-26 Minor release after nf-core template 2.13.1 update