Skip to content

Commit

Permalink
Update KrakenUniq container version to include missing dependencies (n…
Browse files Browse the repository at this point in the history
…f-core#5721)

* Add Bracken stub, nf-test, version bump

* Remove debug TODOs and fix tags

* Remove pytests

* And the other file

* Add nf-test, stub, and version bump bracken combine versions

* Fix tags

* Add BRACKEN/BUILD module

* Apply suggestions from code review

Co-authored-by: Carson J Miller <[email protected]>

* Add additional output channel for secutiry

* Bump container build versions for KrakenUniq

---------

Co-authored-by: Carson J Miller <[email protected]>
  • Loading branch information
jfy133 and CarsonJM authored May 30, 2024
1 parent 54b51b6 commit e385732
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modules/nf-core/krakenuniq/build/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process KRAKENUNIQ_BUILD {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/krakenuniq:1.0.4--pl5321h19e8d03_0':
'biocontainers/krakenuniq:1.0.4--pl5321h19e8d03_0' }"
'https://depot.galaxyproject.org/singularity/krakenuniq:1.0.4--pl5321h6dccd9a_2':
'biocontainers/krakenuniq:1.0.4--pl5321h6dccd9a_2' }"

input:
tuple val(meta), path(custom_library_dir, stageAs: "library/*"), path(custom_taxonomy_dir, stageAs: "taxonomy"), path(custom_seqid2taxid)
Expand Down
4 changes: 2 additions & 2 deletions modules/nf-core/krakenuniq/download/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ process KRAKENUNIQ_DOWNLOAD {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/krakenuniq:1.0.4--pl5321h19e8d03_0':
'biocontainers/krakenuniq:1.0.4--pl5321h19e8d03_0' }"
'https://depot.galaxyproject.org/singularity/krakenuniq:1.0.4--pl5321h6dccd9a_2':
'biocontainers/krakenuniq:1.0.4--pl5321h6dccd9a_2' }"

input:
val pattern
Expand Down
4 changes: 2 additions & 2 deletions modules/nf-core/krakenuniq/preloadedkrakenuniq/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process KRAKENUNIQ_PRELOADEDKRAKENUNIQ {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/krakenuniq:1.0.4--pl5321h19e8d03_0':
'biocontainers/krakenuniq:1.0.4--pl5321h19e8d03_0' }"
'https://depot.galaxyproject.org/singularity/krakenuniq:1.0.4--pl5321h6dccd9a_2':
'biocontainers/krakenuniq:1.0.4--pl5321h6dccd9a_2' }"

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

0 comments on commit e385732

Please sign in to comment.