Fix yaml lint

This commit is contained in:
drpatelh 2020-08-05 17:32:47 +01:00
parent ab8a9025a0
commit 9988dacfc6

View file

@ -15,12 +15,12 @@ input:
- input:
type: file
description: Input fasta file
pattern: *.{fasta,fa}
pattern: "*.{fasta,fa}"
output:
-
- index:
type: file
description: bwa indexes file
pattern: *.{fasta,fa}.{amb,ann,bwt,pac,sa}
pattern: "*.{fasta,fa}.{amb,ann,bwt,pac,sa}"
authors:
- @maxulysse