style: Run yaml-lint against files

This commit is contained in:
Edmund Miller 2020-11-13 13:16:55 -06:00 committed by sruthipsuresh
parent b16226c09c
commit 178becdd69

View file

@ -12,20 +12,17 @@ tools:
params: params:
- l: - l:
type: integer type: integer
description: description: The number of base pairs to subtract from the start coordinate
The number of base pairs to subtract from the start coordinate
- r: - r:
type: integer type: integer
description: description: The number of base pairs to add to the end coordinate
The number of base pairs to add to the end coordinate
- b: - b:
type: integer type: integer
description: description: Increases the entry by the same number base pairs in each direction
Increases the entry by the same number base pairs in each direction
- pct: - pct:
type: boolean type: boolean
description: | description: |
Define -l and -r as a fraction of the features length. E.g. if used on a 1000bp feature, -l 0.50, will add 500 bp “upstream”. Default = false. Define -l and -r as a fraction of the features length. E.g. if used on a 1000bp feature, -l 0.50, will add 500 bp “upstream”. By default this is set to false.
- header: - header:
type: boolean type: boolean
@ -74,6 +71,5 @@ output:
description: File containing software version description: File containing software version
pattern: "*.{version.txt}" pattern: "*.{version.txt}"
authors: authors: -"@Emiller88"
-"@Emiller88"
-"@sruthipsuresh" -"@sruthipsuresh"