Skip to content

Commit

Permalink
container to lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
d4straub committed Nov 26, 2024
1 parent bd7a1ff commit cf1424e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/treesummarizedexperiment.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process TREESUMMARIZEDEXPERIMENT {

conda "bioconda::bioconductor-treesummarizedexperiment=2.10.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/bioconductor-treesummarizedexperiment%3A2.10.0--r43hdfd78af_0' :
'bioconductor-treesummarizedexperiment%3A2.10.0--r43hdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/bioconductor-treesummarizedexperiment%3a2.10.0--r43hdfd78af_0' :
'bioconductor-treesummarizedexperiment%3a2.10.0--r43hdfd78af_0' }"

input:
tuple val(prefix), path(tax_tsv), path(otu_tsv)
Expand Down

0 comments on commit cf1424e

Please sign in to comment.