mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Fix: Leehom meta output channel descriptions (#1356)
* fix: remove left-over unnecessary code * Fix metayml docs of R2 output channels
This commit is contained in:
parent
8a20253f40
commit
e0bf0a1689
1 changed files with 2 additions and 2 deletions
|
@ -61,11 +61,11 @@ output:
|
|||
pattern: "*.r1.fail.fq.gz"
|
||||
- unmerged_r2_fq_pass:
|
||||
type: file
|
||||
description: Passed unmerged R1 FASTQs
|
||||
description: Passed unmerged R2 FASTQs
|
||||
pattern: "*.r2.fq.gz"
|
||||
- unmerged_r2_fq_pass:
|
||||
type: file
|
||||
description: Failed unmerged R1 FASTQs
|
||||
description: Failed unmerged R2 FASTQs
|
||||
pattern: "*.r2.fail.fq.gz"
|
||||
- log:
|
||||
type: file
|
||||
|
|
Loading…
Reference in a new issue