Skip to content

Commit

Permalink
chore(deps): update biocontainers/checkm-genome docker tag to v1.2.2 (n…
Browse files Browse the repository at this point in the history
…f-core#4213)

* chore(deps): update biocontainers/checkm-genome docker tag to v1.2.2

* Fix meta.yml and update singularity container

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mahesh Binzer-Panchal <[email protected]>
  • Loading branch information
2 people authored and mirpedrol committed Nov 23, 2023
1 parent 7ab2d06 commit 82839e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/nf-core/checkm/lineagewf/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process CHECKM_LINEAGEWF {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/checkm-genome:1.2.1--pyhdfd78af_0' :
'biocontainers/checkm-genome:1.2.1--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/checkm-genome:1.2.2--pyhdfd78af_0' :
'biocontainers/checkm-genome:1.2.2--pyhdfd78af_0' }"

input:
tuple val(meta), path(fasta, stageAs: "input_bins/*")
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/checkm/lineagewf/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ input:
description: One or a list of multiple FASTA files of each bin, with extension defined with the fasta_ext value
pattern: "*.{$fasta_ext}"
- fasta_ext:
type: value
type: string
description: The file-type extension suffix of the input FASTA files (e.g., fasta, fna, fa, fas)
- db:
type: directory
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/checkm/qa/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process CHECKM_QA {
conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/checkm-genome:1.2.1--pyhdfd78af_0' :
'biocontainers/checkm-genome:1.2.1--pyhdfd78af_0' }"
'biocontainers/checkm-genome:1.2.2--pyhdfd78af_0' }"

input:
tuple val(meta), path(analysis_dir), path(marker_file), path(coverage_file)
Expand Down

0 comments on commit 82839e6

Please sign in to comment.