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: - input:
type: file type: file
description: Input fasta file description: Input fasta file
pattern: *.{fasta,fa} pattern: "*.{fasta,fa}"
output: output:
- -
- index: - index:
type: file type: file
description: bwa indexes file description: bwa indexes file
pattern: *.{fasta,fa}.{amb,ann,bwt,pac,sa} pattern: "*.{fasta,fa}.{amb,ann,bwt,pac,sa}"
authors: authors:
- @maxulysse - @maxulysse