mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 04:52:09 -05:00
Fix yaml lint
This commit is contained in:
parent
ab8a9025a0
commit
9988dacfc6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue