Skip to content

Commit

Permalink
Merge pull request #1107 from maxulysse/public_aws_ecr_singularity
Browse files Browse the repository at this point in the history
update config
  • Loading branch information
maxulysse authored Jun 14, 2023
2 parents 8306a79 + 6ead4a9 commit 875faee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions conf/public_aws_ecr.config
Original file line number Diff line number Diff line change
Expand Up @@ -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' {
Expand Down

0 comments on commit 875faee

Please sign in to comment.