mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-21 18:58:16 +00:00
Fix indentation in bwa/aln meta (#1392)
This commit is contained in:
parent
801240a971
commit
50417f5f8c
1 changed files with 4 additions and 4 deletions
|
@ -21,10 +21,10 @@ tools:
|
|||
|
||||
input:
|
||||
- meta:
|
||||
type: map
|
||||
description: |
|
||||
Groovy Map containing sample information
|
||||
e.g. [ id:'test', single_end:false ]
|
||||
type: map
|
||||
description: |
|
||||
Groovy Map containing sample information
|
||||
e.g. [ id:'test', single_end:false ]
|
||||
- reads:
|
||||
type: file
|
||||
description: |
|
||||
|
|
Loading…
Reference in a new issue