mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +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
|
type: file
|
||||||
description: BAM/SAM file
|
description: BAM/SAM file
|
||||||
pattern: "*.{bam,sam}"
|
pattern: "*.{bam,sam}"
|
||||||
|
|
||||||
- bai:
|
- bai:
|
||||||
type: file
|
type: file
|
||||||
description: Index of the BAM file
|
description: Index of the BAM file
|
||||||
pattern: "*.bai"
|
pattern: "*.bai"
|
||||||
|
|
||||||
- fasta:
|
- fasta:
|
||||||
|
@ -46,8 +46,6 @@ input:
|
||||||
description: BED with the regions of interest
|
description: BED with the regions of interest
|
||||||
pattern: "*.bed"
|
pattern: "*.bed"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
output:
|
output:
|
||||||
- meta:
|
- meta:
|
||||||
type: map
|
type: map
|
||||||
|
|
Loading…
Reference in a new issue