mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
parent
a509eda8a4
commit
f881eb7950
1 changed files with 3 additions and 3 deletions
|
@ -2,10 +2,10 @@ process BAKTA {
|
|||
tag "$meta.id"
|
||||
label 'process_medium'
|
||||
|
||||
conda (params.enable_conda ? "bioconda::bakta=1.4.0" : null)
|
||||
conda (params.enable_conda ? "bioconda::bakta=1.5.0" : null)
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
'https://depot.galaxyproject.org/singularity/bakta:1.4.0--pyhdfd78af_1' :
|
||||
'quay.io/biocontainers/bakta:1.4.0--pyhdfd78af_1' }"
|
||||
'https://depot.galaxyproject.org/singularity/bakta:1.5.0--pyhdfd78af_0' :
|
||||
'quay.io/biocontainers/bakta:1.5.0--pyhdfd78af_0' }"
|
||||
|
||||
input:
|
||||
tuple val(meta), path(fasta)
|
||||
|
|
Loading…
Reference in a new issue