Skip to content

Commit

Permalink
Bump taxpasta version (biocontainer not yet available) (nf-core#3639)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 authored and limrp committed Jul 28, 2023
1 parent 1e42df3 commit 4fcf729
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions modules/nf-core/taxpasta/merge/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process TAXPASTA_MERGE {
tag "$meta.id"
label 'process_single'

conda "bioconda::taxpasta=0.4.0"
conda "bioconda::taxpasta=0.4.1"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/taxpasta:0.4.0--pyhdfd78af_0':
'biocontainers/taxpasta:0.4.0--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/taxpasta:0.4.1--pyhdfd78af_0':
'biocontainers/taxpasta:0.4.1--pyhdfd78af_0' }"


input:
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/taxpasta/standardise/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process TAXPASTA_STANDARDISE {
tag "$meta.id"
label 'process_single'

conda "bioconda::taxpasta=0.4.0"
conda "bioconda::taxpasta=0.4.1"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/taxpasta:0.4.0--pyhdfd78af_0':
'biocontainers/taxpasta:0.4.0--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/taxpasta:0.4.1--pyhdfd78af_0':
'biocontainers/taxpasta:0.4.1--pyhdfd78af_0' }"

input:
tuple val(meta), path(profile)
Expand Down

0 comments on commit 4fcf729

Please sign in to comment.