From 2e9a2835cf750da68e5397b548da043860459b60 Mon Sep 17 00:00:00 2001 From: subwaystation Date: Mon, 27 Jan 2025 11:07:11 +0100 Subject: [PATCH] update pggb docker to contain vg v1.62 --- modules/local/vg_deconstruct/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/local/vg_deconstruct/main.nf b/modules/local/vg_deconstruct/main.nf index 237747cd..6078a4e4 100644 --- a/modules/local/vg_deconstruct/main.nf +++ b/modules/local/vg_deconstruct/main.nf @@ -29,7 +29,7 @@ process VG_DECONSTRUCT { 'https://depot.galaxyproject.org/singularity/pggb:0.5.3--hdfd78af_2': 'quay.io/biocontainers/pggb:0.5.3--hdfd78af_2' }" */ - container "ghcr.io/pangenome/pggb:20240313103308d2dc38" + container "ghcr.io/pangenome/pggb:20250105182606ca7510" input: tuple val(meta), path(graph), val(vcf_spec)