From 73ffc0cf2bc2f5a367d823e43789acd3196e3722 Mon Sep 17 00:00:00 2001 From: Simon Heumos Date: Wed, 21 Jun 2023 16:04:37 +0200 Subject: [PATCH] Update modules/local/net2communities/main.nf Co-authored-by: Maxime U Garcia --- modules/local/net2communities/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/local/net2communities/main.nf b/modules/local/net2communities/main.nf index 99786a59..8bf7a950 100644 --- a/modules/local/net2communities/main.nf +++ b/modules/local/net2communities/main.nf @@ -5,7 +5,7 @@ process NET2COMMUNITIES { conda "bioconda::pggb=0.5.3" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://depot.galaxyproject.org/singularity/pggb:0.5.3--hdfd78af_2': - 'quay.io/biocontainers/pggb:0.5.3--hdfd78af_2' }" + 'biocontainers/pggb:0.5.3--hdfd78af_2' }" input: tuple val(meta), path(txts)