From 78e7c8372ca61962f8fb72ff495515a07d74a361 Mon Sep 17 00:00:00 2001 From: limrp Date: Thu, 3 Aug 2023 15:38:42 -0500 Subject: [PATCH] Changing the channel for python 3.5 (to conda-forge) for plasflow module. --- modules/nf-core/plasflow/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nf-core/plasflow/main.nf b/modules/nf-core/plasflow/main.nf index 38ef903a2cc..175c38867c3 100644 --- a/modules/nf-core/plasflow/main.nf +++ b/modules/nf-core/plasflow/main.nf @@ -2,7 +2,7 @@ process PLASFLOW { tag "$meta.id" label 'process_medium' - conda "'pkgs/main'::python=3.5 bioconda::plasflow=1.1.0" // conda-forge::tensorflow=1.5.0 + conda "conda-forge::python=3.5 bioconda::plasflow=1.1.0" // conda-forge::tensorflow=1.5.0 container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://depot.galaxyproject.org/singularity/plasflow:1.1.0--py35_0': 'biocontainers/plasflow:1.1.0--py35_0' }"