mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
update kb-python version (#1823)
Co-authored-by: Alexander Peltzer <apeltzer@users.noreply.github.com>
This commit is contained in:
parent
08376da684
commit
0f1e736212
1 changed files with 3 additions and 3 deletions
|
@ -2,10 +2,10 @@ process KALLISTOBUSTOOLS_REF {
|
|||
tag "$fasta"
|
||||
label 'process_medium'
|
||||
|
||||
conda (params.enable_conda ? 'bioconda::kb-python=0.26.3' : null)
|
||||
conda (params.enable_conda ? 'bioconda::kb-python=0.27.2' : null)
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
'https://depot.galaxyproject.org/singularity/kb-python:0.26.3--pyhdfd78af_0' :
|
||||
'quay.io/biocontainers/kb-python:0.26.3--pyhdfd78af_0' }"
|
||||
'https://depot.galaxyproject.org/singularity/kb-python:0.27.2--pyhdfd78af_0' :
|
||||
'quay.io/biocontainers/kb-python:0.27.2--pyhdfd78af_0' }"
|
||||
|
||||
input:
|
||||
path fasta
|
||||
|
|
Loading…
Reference in a new issue