Update main.nf

This commit is contained in:
Harshil Patel 2020-12-17 10:24:01 +00:00 committed by GitHub
parent ceef4a6044
commit b236d0c834
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) }