mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
recovered process name
This commit is contained in:
parent
38faf040ec
commit
a6086f549d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue