From 17a2d31cb5bee32e43e75452fb1a69401f12bc00 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 17 Oct 2023 14:29:04 +0200 Subject: [PATCH] fix: Bump bowtie align path --- modules/nf-core/bowtie/align/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nf-core/bowtie/align/main.nf b/modules/nf-core/bowtie/align/main.nf index 2415482e5a38..ab32f8857175 100644 --- a/modules/nf-core/bowtie/align/main.nf +++ b/modules/nf-core/bowtie/align/main.nf @@ -2,7 +2,7 @@ process BOWTIE_ALIGN { tag "$meta.id" label 'process_high' - conda "./environment.yml" + conda "modules/nf-core/bowtie/align/environment.yml" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://depot.galaxyproject.org/singularity/mulled-v2-ffbf83a6b0ab6ec567a336cf349b80637135bca3:c84c7c55c45af231883d9ff4fe706ac44c479c36-0' : 'biocontainers/mulled-v2-ffbf83a6b0ab6ec567a336cf349b80637135bca3:c84c7c55c45af231883d9ff4fe706ac44c479c36-0' }"