Skip to content

Commit

Permalink
Change flye oras container (#7252)
Browse files Browse the repository at this point in the history
change flye container
  • Loading branch information
LeonHafner authored Dec 19, 2024
1 parent ba47b8c commit ce1a665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nf-core/flye/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process FLYE {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'oras://community.wave.seqera.io/library/flye:2.9.5--eb07d7b7094f222c' :
'community.wave.seqera.io/library/flye:2.9.5--0221998e9c3ec606' }"
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/fa/fa1c1e961de38d24cf36c424a8f4a9920ddd07b63fdb4cfa51c9e3a593c3c979/data' :
'community.wave.seqera.io/library/flye:2.9.5--d577924c8416ccd8' }"

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

0 comments on commit ce1a665

Please sign in to comment.