mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
faidx: add process label
This commit is contained in:
parent
3b1d126a0e
commit
aafc6949d3
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ params.options = [:]
|
|||
|
||||
process SAMTOOLS_FAIDX {
|
||||
tag "$fasta"
|
||||
label 'process_low'
|
||||
publishDir "${params.outdir}",
|
||||
mode: params.publish_dir_mode,
|
||||
saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:'') }
|
||||
|
|
Loading…
Reference in a new issue