Skip to content

Commit

Permalink
build: Bump container version
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 15, 2024
1 parent a83fd34 commit 15f6da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/wittyer/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process WITTYER {
tag "$meta.id"
label 'process_single'

container "nf-core/wittyer:0.5.2.0"
container "nf-core/modules/wittyer:4c55c27c711b558f"

// 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 15f6da9

Please sign in to comment.