[bug] pin bioperl version in Prokka module

rpetit3-patch-1
Robert A. Petit III 2 years ago committed by GitHub
parent 7560689375
commit 4279c84463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ process PROKKA {
tag "$meta.id"
label 'process_low'
conda (params.enable_conda ? "bioconda::prokka=1.14.6" : null)
conda (params.enable_conda ? "bioconda::prokka=1.14.6 bioconda::perl-bioperl=1.7.2" : null)
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/prokka:1.14.6--pl526_0' :
'quay.io/biocontainers/prokka:1.14.6--pl526_0' }"

Loading…
Cancel
Save