From 25f2b00a02ae84e44644e4ff94ec56130f984f79 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Fri, 16 Feb 2024 11:13:49 -0600 Subject: [PATCH] chore: Bump containers with new wave version Not sure why that's happening... --- modules/nf-core/bowtie/align/main.nf | 2 +- modules/nf-core/bowtie/build/main.nf | 2 +- modules/nf-core/samtools/view/main.nf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/nf-core/bowtie/align/main.nf b/modules/nf-core/bowtie/align/main.nf index 11ac755a8a0..54af8c40728 100644 --- a/modules/nf-core/bowtie/align/main.nf +++ b/modules/nf-core/bowtie/align/main.nf @@ -3,7 +3,7 @@ process BOWTIE_ALIGN { label 'process_high' conda "${moduleDir}/environment.yml" - container "nf-core/modules/bowtie_align:bowtie_align--dd5b3a544b28c5c3" + container "nf-core/modules/bowtie_align:bowtie_align--d797c0ccd2d330fd" input: tuple val(meta), path(reads) diff --git a/modules/nf-core/bowtie/build/main.nf b/modules/nf-core/bowtie/build/main.nf index 3aa86db4a02..6d75e7625b7 100644 --- a/modules/nf-core/bowtie/build/main.nf +++ b/modules/nf-core/bowtie/build/main.nf @@ -3,7 +3,7 @@ process BOWTIE_BUILD { label 'process_high' conda "${moduleDir}/environment.yml" - container "nf-core/modules/bowtie_build:bowtie_build--a6833a982c474692" + container "nf-core/modules/bowtie_build:bowtie_build--4ee5ca3f4bf65e6a" input: path fasta diff --git a/modules/nf-core/samtools/view/main.nf b/modules/nf-core/samtools/view/main.nf index e45361d8593..3a42de1cf42 100644 --- a/modules/nf-core/samtools/view/main.nf +++ b/modules/nf-core/samtools/view/main.nf @@ -3,7 +3,7 @@ process SAMTOOLS_VIEW { label 'process_low' conda "${moduleDir}/environment.yml" - container "nf-core/modules/samtools_view:samtools_view--4731ee50a742fc67" + container "nf-core/modules/samtools_view:samtools_view--033f764f39eb1f2d" input: tuple val(meta), path(input), path(index)