mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 21:53:10 +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:
|
output:
|
||||||
tuple val(meta), path("*.${out_ext}"), emit: outseq
|
tuple val(meta), path("*.${out_ext}"), emit: outseq
|
||||||
path "versions.yml", emit: versions
|
path "versions.yml" , emit: versions
|
||||||
|
|
||||||
when:
|
when:
|
||||||
task.ext.when == null || task.ext.when
|
task.ext.when == null || task.ext.when
|
||||||
|
|
Loading…
Reference in a new issue