diff --git a/CHANGELOG.md b/CHANGELOG.md index d0b50234e8..d04789dfbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,8 @@ - Add codespaces template ([#1957](https://github.com/nf-core/tools/pull/1957)) - Check that the workflow name provided with a template doesn't contain dashes ([#1822](https://github.com/nf-core/tools/pull/1822)) - `nextflow run --version` will now print the workflow version from the manifest and exit ([#1951](https://github.com/nf-core/tools/pull/1951)) -- Add profile for running `docker` with the ARM chips (including Apple silicon). -- Flip execution order of parameter summary printing and parameter validation to prevent 'hiding' of parameter errors +- Add profile for running `docker` with the ARM chips (including Apple silicon) ([#1942](https://github.com/nf-core/tools/pull/1942) and [#2034](https://github.com/nf-core/tools/pull/2034)) +- Flip execution order of parameter summary printing and parameter validation to prevent 'hiding' of parameter errors. ### Linting diff --git a/nf_core/pipeline-template/nextflow.config b/nf_core/pipeline-template/nextflow.config index 92e3c48396..77f6841fac 100644 --- a/nf_core/pipeline-template/nextflow.config +++ b/nf_core/pipeline-template/nextflow.config @@ -110,12 +110,7 @@ profiles { shifter.enabled = false charliecloud.enabled = false } - docker_arm { - docker.enabled = true - singularity.enabled = false - podman.enabled = false - shifter.enabled = false - charliecloud.enabled = false + arm { docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64' } singularity {