Skip to content

Commit

Permalink
Merge branch 'pf' with Tensorflow version in conda environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
limrp committed Aug 1, 2023
2 parents d73b1c9 + 99edf70 commit b9199b7
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 b9199b7

Please sign in to comment.