From 22519cf1f5399548d94d422fd963cdfe2538e4db Mon Sep 17 00:00:00 2001 From: Alan Christie Date: Tue, 8 Oct 2024 13:56:39 +0200 Subject: [PATCH] fix: New default image of 2.0.2 --- 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 42b46ce..78ea15a 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.1' +nextflow_container_tag: '2.0.2' # Memory requested by the 'sort' processes in the nextflow workflow # (namely fragmentation and combination). Where it's actually used