Skip to content

Commit

Permalink
Adding specific Tensorflow version for Plasflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
limrp committed Aug 1, 2023
1 parent 1eaa0fb commit 99edf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/plasflow/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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' }"
Expand Down

0 comments on commit 99edf70

Please sign in to comment.