From 61284b47bc1c905c405ce86ab5ff0e6e5a0bd326 Mon Sep 17 00:00:00 2001 From: JoseEspinosa Date: Fri, 8 Aug 2025 11:23:01 +0200 Subject: [PATCH] Add zstd to untar image --- modules/nf-core/untar/main.nf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nf-core/untar/main.nf b/modules/nf-core/untar/main.nf index e712ebe63ab..4f02a96c6c1 100644 --- a/modules/nf-core/untar/main.nf +++ b/modules/nf-core/untar/main.nf @@ -4,8 +4,8 @@ process UNTAR { conda "${moduleDir}/environment.yml" container "${workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container - ? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/52/52ccce28d2ab928ab862e25aae26314d69c8e38bd41ca9431c67ef05221348aa/data' - : 'community.wave.seqera.io/library/coreutils_grep_gzip_lbzip2_pruned:838ba80435a629f8'}" + ? 'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/d5/d5d18ee243d97f4627bf9a5211058b8beeabd215273bf7f772d6422ba91c4844/data' + : 'community.wave.seqera.io/library/coreutils_grep_gzip_lbzip2_pruned:49568e208231bddc'}" input: tuple val(meta), path(archive)