mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
Fix whitespace
This commit is contained in:
parent
5132b004c7
commit
2e16c90fce
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue