From 5c82ca0a942f2793859bb2f25601eb69c50590dc Mon Sep 17 00:00:00 2001 From: Leon Rauschning <99650940+lrauschning@users.noreply.github.com> Date: Sat, 27 Apr 2024 07:45:46 +0200 Subject: [PATCH] [TYPO] Align commas (#5380) Align commas Co-authored-by: Simon Pearce <24893913+SPPearce@users.noreply.github.com> --- modules/nf-core/tcoffee/align/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nf-core/tcoffee/align/main.nf b/modules/nf-core/tcoffee/align/main.nf index e159bb801e2..a7aa106ce0e 100644 --- a/modules/nf-core/tcoffee/align/main.nf +++ b/modules/nf-core/tcoffee/align/main.nf @@ -16,7 +16,7 @@ process TCOFFEE_ALIGN { output: tuple val(meta), path("*.aln{.gz,}"), emit: alignment // in the args there might be the request to generate a lib file, so the following is an optional output - tuple val(meta), path("*.*lib") , emit: lib, optional : true + tuple val(meta), path("*.*lib") , emit: lib, optional : true path "versions.yml" , emit: versions when: