From 6fe6c2d19a0a11a8b4c69d565da13c7d84fe5958 Mon Sep 17 00:00:00 2001 From: Alan Christie Date: Mon, 14 Oct 2024 16:14:40 +0200 Subject: [PATCH] build: New default image (2.0.4) --- ansible/group_vars/all.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/group_vars/all.yaml b/ansible/group_vars/all.yaml index 709e3ae..f28d987 100644 --- a/ansible/group_vars/all.yaml +++ b/ansible/group_vars/all.yaml @@ -28,7 +28,7 @@ clean_finish: no # Blank assumes no registry (i.e. 'docker.io') nextflow_container_registry: '' nextflow_container_name: informaticsmatters/fragmentor -nextflow_container_tag: '2.0.3' +nextflow_container_tag: '2.0.4' # Memory requested by the 'sort' processes in the nextflow workflow # (namely fragmentation and combination). Where it's actually used