update kb-python version (#1823)

Co-authored-by: Alexander Peltzer <apeltzer@users.noreply.github.com>
This commit is contained in:
Zhe Wang 2022-06-29 05:19:34 -04:00 committed by GitHub
parent 08376da684
commit 0f1e736212
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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