ran prettier

This commit is contained in:
Nicolas Vannieuwkerke 2022-05-03 08:34:12 +02:00
parent 9127f92ddd
commit 71c5d21374

View file

@ -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