Skip to content

Commit

Permalink
removed trailing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraBabirye committed Oct 1, 2024
1 parent bde28ff commit 58063e5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions modules/local/fetch_gbif_metadata.nf
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
process FETCH_GBIF_METADATA {

tag "${param_assembly_id}"
label 'process_single'

conda "conda-forge::python=3.9.1"
container "${workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/python:3.9--1' :
'quay.io/biocontainers/python:3.9--1'}"

'https://depot.galaxyproject.org/singularity/python:3.9--1' :
'quay.io/biocontainers/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' }"
Expand Down

0 comments on commit 58063e5

Please sign in to comment.