mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 05:43:08 +00:00
[bug] pin bioperl version in Prokka module
This commit is contained in:
parent
7560689375
commit
4279c84463
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue