mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 19:18:17 +00:00
style: Run yaml-lint against files
This commit is contained in:
parent
b16226c09c
commit
178becdd69
1 changed files with 62 additions and 66 deletions
|
@ -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 feature’s 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 feature’s 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"
|
Loading…
Reference in a new issue