mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
raxml-ng is compute intensive - upgrade process label to high (#473)
This commit is contained in:
parent
a5d0cf3686
commit
9b0aa3e239
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ params.options = [:]
|
|||
options = initOptions(params.options)
|
||||
|
||||
process RAXMLNG {
|
||||
label 'process_medium'
|
||||
label 'process_high'
|
||||
publishDir "${params.outdir}",
|
||||
mode: params.publish_dir_mode,
|
||||
saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), meta:[:], publish_by_meta:[]) }
|
||||
|
|
Loading…
Reference in a new issue