mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Update main.nf
This commit is contained in:
parent
ceef4a6044
commit
b236d0c834
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ def options = initOptions(params.options)
|
|||
|
||||
process RSEM_CALCULATEEXPRESSION {
|
||||
tag "$meta.id"
|
||||
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), publish_id:meta.id) }
|
||||
|
|
Loading…
Reference in a new issue