From a536c85ec06e299a9c376057d1ca26dbe2a1a488 Mon Sep 17 00:00:00 2001 From: drpatelh Date: Wed, 3 Feb 2021 08:49:18 +0000 Subject: [PATCH] bowtie - add build to conda definition --- software/bowtie/build/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/bowtie/build/main.nf b/software/bowtie/build/main.nf index 4dd20b85..a40cc0f9 100644 --- a/software/bowtie/build/main.nf +++ b/software/bowtie/build/main.nf @@ -11,7 +11,7 @@ process BOWTIE_BUILD { mode: params.publish_dir_mode, saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:'') } - conda (params.enable_conda ? 'bioconda::bowtie=1.3.0' : null) + conda (params.enable_conda ? 'bioconda::bowtie=1.3.0=py38hed8969a_1' : null) if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) { container 'https://depot.galaxyproject.org/singularity/bowtie:1.3.0--py38hed8969a_1' } else {