mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-02 20:52:07 -05: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
|
def VERSION='2.7.1' // Version information not provided by tool on CLI
|
||||||
|
|
||||||
process KRONA_KTUPDATETAXONOMY {
|
process KRONA_KRONADB {
|
||||||
label 'process_low'
|
label 'process_low'
|
||||||
|
|
||||||
conda (params.enable_conda ? "bioconda::krona=2.7.1" : null)
|
conda (params.enable_conda ? "bioconda::krona=2.7.1" : null)
|
||||||
|
|
Loading…
Reference in a new issue