From 7642cf1954408a5571991c0a030d2b9fba617018 Mon Sep 17 00:00:00 2001 From: Tyler Chafin Date: Wed, 9 Oct 2024 14:42:59 +0100 Subject: [PATCH] Change to same container as other requests module One less container to fetch; have tested --- modules/local/fetch_gbif_metadata.nf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/local/fetch_gbif_metadata.nf b/modules/local/fetch_gbif_metadata.nf index 83ed185a..9a6e92c7 100755 --- a/modules/local/fetch_gbif_metadata.nf +++ b/modules/local/fetch_gbif_metadata.nf @@ -5,8 +5,8 @@ process FETCH_GBIF_METADATA { conda "conda-forge::python=3.9.1" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/mulled-v2-5cada6dc649cb78fe4ccd00b84f9dc4ee50dd363:506b314b4875ac1041355eb6ab70f2d7f87c528c-0' : - 'quay.io/biocontainers/mulled-v2-5cada6dc649cb78fe4ccd00b84f9dc4ee50dd363:506b314b4875ac1041355eb6ab70f2d7f87c528c-0' }" + 'https://depot.galaxyproject.org/singularity/requests:2.26.0': + 'quay.io/biocontainers/requests:2.26.0'}" input: tuple val(assembly), val(species)