mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 13:43:09 +00:00
Update main.nf
Tiny formatting edit to align emits.
This commit is contained in:
parent
d2676d6ec3
commit
eca9a1a7e2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ process EMBOSS_SEQRET {
|
|||
|
||||
output:
|
||||
tuple val(meta), path("*.${out_ext}"), emit: outseq
|
||||
path "versions.yml", emit: versions
|
||||
path "versions.yml" , emit: versions
|
||||
|
||||
when:
|
||||
task.ext.when == null || task.ext.when
|
||||
|
|
Loading…
Reference in a new issue