Skip to content

Commit

Permalink
Change to same container as other requests module
Browse files Browse the repository at this point in the history
One less container to fetch; have tested
  • Loading branch information
tkchafin authored Oct 9, 2024
1 parent f0f13ed commit 7642cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/fetch_gbif_metadata.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

1 comment on commit 7642cf1

@BethYates
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this Tyler, this was something I spotted earlier but forgot to change

Please sign in to comment.