raxml-ng is compute intensive - upgrade process label to high (#473)

This commit is contained in:
Anthony Underwood 2021-04-28 20:21:44 +01:00 committed by GitHub
parent a5d0cf3686
commit 9b0aa3e239
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:[]) }