From 1eaa0fbabd9dffb44e3a49872b4772cb365e742f Mon Sep 17 00:00:00 2001 From: limrp Date: Mon, 31 Jul 2023 10:06:23 -0500 Subject: [PATCH] Details of the conda environment. --- 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 799d234088d..3a47dfda3f0 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 "bioconda::plasflow=1.1.0" + conda "python=3.5 bioconda::plasflow=1.1.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' }"