nf-core_modules/modules/hmtnote/meta.yml
sysbiocoder 26f026683b hmtnote
2022-05-16 15:20:15 +00:00

37 lines
1 KiB
YAML

name: hmtnote
## TODO nf-core: Add a description of the module and list keywords
description: Human mitochondrial variants annotation using HmtVar.
keywords:
- sort
tools:
- hmtnote:
## TODO nf-core: Add a description and other details for the software below
description: Human mitochondrial variants annotation using HmtVar.
homepage: None
documentation: None
tool_dev_url: None
doi: ""
licence: ["MIT"]
## TODO nf-core: Add a description of all of the variables used as input
input:
## TODO nf-core: Delete / customise this example input
- vcf:
type: file
description: vcf file
pattern: "*.{vcf}"
## TODO nf-core: Add a description of all of the variables used as output
output:
- versions:
type: file
description: File containing software versions
pattern: "versions.yml"
## TODO nf-core: Delete / customise this example output
- vcf:
type: file
description: annotated vcf
pattern: "*_annotated.vcf"
authors:
- "@sysbiocoder"