Update main.nf

Tiny formatting edit to align emits.
This commit is contained in:
Simon Pearce 2022-10-02 15:42:54 +01:00 committed by GitHub
parent d2676d6ec3
commit eca9a1a7e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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