Skip to content

Commit

Permalink
fix: Move bases2fastq to dockerhub
Browse files Browse the repository at this point in the history
This way it's just reliant on Element
  • Loading branch information
edmundmiller committed Jun 29, 2023
1 parent 3811841 commit d6042b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/bases2fastq/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process BASES2FASTQ {
tag "$meta.id"
label 'process_high'

container "nf-core/bases2fastq:1.4.0"
container "docker.io/elembio/bases2fastq:1.4.0"

// Exit if running this module with -profile conda / -profile mamba
if (workflow.profile.tokenize(',').intersect(['conda', 'mamba']).size() >= 1) {
Expand Down

0 comments on commit d6042b2

Please sign in to comment.