mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Merge remote-tracking branch 'nf-core/master'
This commit is contained in:
commit
6f1c66f22f
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