Skip to content

Commit

Permalink
update phyloseq
Browse files Browse the repository at this point in the history
  • Loading branch information
d4straub committed Mar 26, 2024
1 parent 7932b84 commit 8c0200c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/local/phyloseq.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process PHYLOSEQ {
tag "$prefix"
label 'process_low'

conda "bioconda::bioconductor-phyloseq=1.44.0"
conda "bioconda::bioconductor-phyloseq=1.46.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/bioconductor-phyloseq:1.44.0--r43hdfd78af_0' :
'biocontainers/bioconductor-phyloseq:1.44.0--r43hdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/bioconductor-phyloseq:1.46.0--r43hdfd78af_0' :
'biocontainers/bioconductor-phyloseq:1.46.0--r43hdfd78af_0' }"

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

0 comments on commit 8c0200c

Please sign in to comment.