Skip to content

Commit

Permalink
Do not qualify nf-core quay.io Docker URI
Browse files Browse the repository at this point in the history
  • Loading branch information
scwatts committed Apr 3, 2024
1 parent ae86ba9 commit 7432c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/virusbreakend/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process VIRUSBREAKEND {
label 'process_high'

conda "${moduleDir}/environment.yml"
container "quay.io/nf-core/gridss:2.13.2--1"
container "nf-core/gridss:2.13.2--1"

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

0 comments on commit 7432c55

Please sign in to comment.