recovered process name

This commit is contained in:
Carpanzano 2022-05-04 17:28:24 +02:00
parent 38faf040ec
commit a6086f549d

View file

@ -1,6 +1,6 @@
def VERSION='2.7.1' // Version information not provided by tool on CLI
process KRONA_KTUPDATETAXONOMY {
process KRONA_KRONADB {
label 'process_low'
conda (params.enable_conda ? "bioconda::krona=2.7.1" : null)