diff --git a/modules/nf-core/plasflow/main.nf b/modules/nf-core/plasflow/main.nf index 3a47dfda3f0..f89b4d4fc2f 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 "python=3.5 bioconda::plasflow=1.1.0" + conda "python=3.5 tensorflow=1.5.0 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' }"