From c5fd154a4f631a087b5e24dafa79bf0598004185 Mon Sep 17 00:00:00 2001 From: Nico Trummer <52698566+nictru@users.noreply.github.com> Date: Thu, 30 Jan 2025 12:53:09 +0100 Subject: [PATCH] Fix singularity image URL prefix in pygtftk_tabulate --- modules/local/pygtftk/tabulate/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/local/pygtftk/tabulate/main.nf b/modules/local/pygtftk/tabulate/main.nf index 0c150213..ead042d3 100644 --- a/modules/local/pygtftk/tabulate/main.nf +++ b/modules/local/pygtftk/tabulate/main.nf @@ -4,7 +4,7 @@ process PYGTFTK_TABULATE { conda "${moduleDir}/environment.yml" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'depot.galaxyproject.org/singularity/pygtftk:1.6.2--py39h4e691d4_2' : + 'https://depot.galaxyproject.org/singularity/pygtftk:1.6.2--py39h4e691d4_2' : 'biocontainers/pygtftk:1.6.2--py39h4e691d4_2' }" input: