mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
ran prettier
This commit is contained in:
parent
9127f92ddd
commit
71c5d21374
1 changed files with 2 additions and 4 deletions
|
@ -25,10 +25,10 @@ input:
|
|||
type: file
|
||||
description: BAM/SAM file
|
||||
pattern: "*.{bam,sam}"
|
||||
|
||||
|
||||
- bai:
|
||||
type: file
|
||||
description: Index of the BAM file
|
||||
description: Index of the BAM file
|
||||
pattern: "*.bai"
|
||||
|
||||
- fasta:
|
||||
|
@ -46,8 +46,6 @@ input:
|
|||
description: BED with the regions of interest
|
||||
pattern: "*.bed"
|
||||
|
||||
|
||||
|
||||
output:
|
||||
- meta:
|
||||
type: map
|
||||
|
|
Loading…
Reference in a new issue