diff --git a/.github/workflows/release-announcments.yml b/.github/workflows/release-announcements.yml similarity index 100% rename from .github/workflows/release-announcments.yml rename to .github/workflows/release-announcements.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index f538a071..675c25d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [#97](https://github.com/nf-core/rnavar/pull/97) - Template update from nf-core/tools 2.10 - [#109](https://github.com/nf-core/rnavar/pull/109) - Update all modules - [#111](https://github.com/nf-core/rnavar/pull/111) - Template update from nf-core/tools 2.11 +- [#117](https://github.com/nf-core/rnavar/pull/117) - Template update from nf-core/tools 2.11.1 ### Fixed diff --git a/nextflow.config b/nextflow.config index 8c841b8a..a7ca8df0 100644 --- a/nextflow.config +++ b/nextflow.config @@ -191,7 +191,7 @@ profiles { docker.runOptions = '-u $(id -u):$(id -g)' } arm { - docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64' + docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64' } singularity { singularity.enabled = true