Fix whitespace

This commit is contained in:
jtangrot 2022-05-30 09:57:05 +02:00
parent 5132b004c7
commit 2e16c90fce
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ process VSEARCH_USEARCHGLOBAL {
tuple val(meta), path('*.txt') , optional: true, emit: txt
tuple val(meta), path('*.uc') , optional: true, emit: uc
path "versions.yml" , emit: versions
when:
task.ext.when == null || task.ext.when

View file

@ -65,7 +65,7 @@ output:
- tsv:
type: file
description: Results in tab-separated output, columns defined by user
pattern: "*.{tsv}"
pattern: "*.{tsv}"
- txt:
type: file
description: Tab delimited results in blast-like tabular format