mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Adding label to the bcftools-mpileup process
This commit is contained in:
parent
e9d90007c5
commit
138be9f918
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ def options = initOptions(params.options)
|
|||
|
||||
process BCFTOOLS_MPILEUP {
|
||||
tag "$meta.id"
|
||||
label 'process_medium'
|
||||
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