From c940acaa6f3eb563ccad7a77c6c5909171e4deee Mon Sep 17 00:00:00 2001 From: maxulysse Date: Wed, 14 Jun 2023 13:11:31 +0200 Subject: [PATCH 1/2] update config --- conf/public_aws_ecr.config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/public_aws_ecr.config b/conf/public_aws_ecr.config index 335909060a..75ff69f723 100644 --- a/conf/public_aws_ecr.config +++ b/conf/public_aws_ecr.config @@ -8,8 +8,9 @@ ---------------------------------------------------------------------------------------- */ -docker.registry = 'public.ecr.aws' -podman.registry = 'public.ecr.aws' +docker.registry = 'public.ecr.aws' +podman.registry = 'public.ecr.aws' +singularity.registry = 'public.ecr.aws' process { withName: 'ADD_INFO_TO_VCF' { From 6ead4a9a4ca5ae38e636c77143fa499ac469b487 Mon Sep 17 00:00:00 2001 From: maxulysse Date: Wed, 14 Jun 2023 13:14:18 +0200 Subject: [PATCH 2/2] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d43d69ca5..a2c532ead8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ Vuoinesluobbalah is a lake close to Bierikjávrre. ### Added - [#1106](https://github.com/nf-core/sarek/pull/1106) - Add Slack integration to Megatests +- [#1107](https://github.com/nf-core/sarek/pull/1107) - Add `singularity.registry` to `public_aws_ecr` ### Changed