Skip to content

Commit

Permalink
[TYPO] Align commas (#5380)
Browse files Browse the repository at this point in the history
Align commas

Co-authored-by: Simon Pearce <24893913+SPPearce@users.noreply.github.com>
  • Loading branch information
lrauschning and SPPearce committed Apr 27, 2024
1 parent acb0880 commit 5c82ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/tcoffee/align/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5c82ca0

Please sign in to comment.