From 630b4be93812ef5bc9a1bb2207d195b54f7cb8a9 Mon Sep 17 00:00:00 2001 From: drpatelh Date: Wed, 3 Feb 2021 11:04:02 +0000 Subject: [PATCH] bowtie2 - add build info for mulled container --- software/bowtie2/align/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/bowtie2/align/main.nf b/software/bowtie2/align/main.nf index 4c018aa9..00d4dd39 100644 --- a/software/bowtie2/align/main.nf +++ b/software/bowtie2/align/main.nf @@ -11,7 +11,7 @@ process BOWTIE2_ALIGN { mode: params.publish_dir_mode, saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) } - conda (params.enable_conda ? 'bioconda::bowtie2=2.4.2 bioconda::samtools=1.11 conda-forge::pigz=2.3.4' : null) + conda (params.enable_conda ? 'bioconda::bowtie2=2.4.2=py38h1c8e9b9_1 bioconda::samtools=1.11=h6270b1f_0 conda-forge::pigz=2.3.4=hed695b0_1' : null) if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) { container "https://depot.galaxyproject.org/singularity/mulled-v2-ac74a7f02cebcfcc07d8e8d1d750af9c83b4d45a:577a697be67b5ae9b16f637fd723b8263a3898b3-0" } else {