From 13df3e33208f5707787918b3c45e92d839599632 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Thu, 8 Aug 2024 12:43:31 -0500 Subject: [PATCH] chore: Update an environment file for testing --- modules/nf-core/bowtie2/align/environment.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/nf-core/bowtie2/align/environment.yml b/modules/nf-core/bowtie2/align/environment.yml index d2796359aeb5..68adde8fc36c 100644 --- a/modules/nf-core/bowtie2/align/environment.yml +++ b/modules/nf-core/bowtie2/align/environment.yml @@ -4,6 +4,9 @@ channels: - bioconda - defaults dependencies: - - bioconda::bowtie2=2.5.2 - - bioconda::samtools=1.18 - - conda-forge::pigz=2.6 + # renovate: datasource=conda depName=bioconda/bowtie2 + - bowtie2=2.5.2 + # renovate: datasource=conda depName=bioconda/samtools + - samtools=1.18 + # renovate: datasource=conda depName=conda-forge/pigz + - pigz=2.6