mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update meta.yml
This commit is contained in:
parent
8b4c5742c9
commit
1c42c97504
1 changed files with 1 additions and 7 deletions
|
@ -1,11 +1,9 @@
|
||||||
name: hmtnote
|
name: hmtnote
|
||||||
## TODO nf-core: Add a description of the module and list keywords
|
|
||||||
description: Human mitochondrial variants annotation using HmtVar.
|
description: Human mitochondrial variants annotation using HmtVar.
|
||||||
keywords:
|
keywords:
|
||||||
- sort
|
- hmtnote mitochondria annotation
|
||||||
tools:
|
tools:
|
||||||
- hmtnote:
|
- hmtnote:
|
||||||
## TODO nf-core: Add a description and other details for the software below
|
|
||||||
description: Human mitochondrial variants annotation using HmtVar.
|
description: Human mitochondrial variants annotation using HmtVar.
|
||||||
homepage: None
|
homepage: None
|
||||||
documentation: None
|
documentation: None
|
||||||
|
@ -13,21 +11,17 @@ tools:
|
||||||
doi: ""
|
doi: ""
|
||||||
licence: ["MIT"]
|
licence: ["MIT"]
|
||||||
|
|
||||||
## TODO nf-core: Add a description of all of the variables used as input
|
|
||||||
input:
|
input:
|
||||||
## TODO nf-core: Delete / customise this example input
|
|
||||||
- vcf:
|
- vcf:
|
||||||
type: file
|
type: file
|
||||||
description: vcf file
|
description: vcf file
|
||||||
pattern: "*.{vcf}"
|
pattern: "*.{vcf}"
|
||||||
|
|
||||||
## TODO nf-core: Add a description of all of the variables used as output
|
|
||||||
output:
|
output:
|
||||||
- versions:
|
- versions:
|
||||||
type: file
|
type: file
|
||||||
description: File containing software versions
|
description: File containing software versions
|
||||||
pattern: "versions.yml"
|
pattern: "versions.yml"
|
||||||
## TODO nf-core: Delete / customise this example output
|
|
||||||
- vcf:
|
- vcf:
|
||||||
type: file
|
type: file
|
||||||
description: annotated vcf
|
description: annotated vcf
|
||||||
|
|
Loading…
Reference in a new issue