nf-core_modules/modules/hmtnote/meta.yml

32 lines
660 B
YAML
Raw Normal View History

2022-05-13 12:38:27 +00:00
name: hmtnote
description: Human mitochondrial variants annotation using HmtVar.
keywords:
2022-05-13 13:41:44 +00:00
- hmtnote mitochondria annotation
2022-05-13 12:38:27 +00:00
tools:
- hmtnote:
description: Human mitochondrial variants annotation using HmtVar.
homepage: None
documentation: None
tool_dev_url: None
doi: ""
2022-05-13 12:47:13 +00:00
licence: ["MIT"]
2022-05-13 12:38:27 +00:00
input:
- vcf:
type: file
description: vcf file
pattern: "*.{vcf}"
output:
- versions:
type: file
description: File containing software versions
pattern: "versions.yml"
- vcf:
type: file
description: annotated vcf
pattern: "*_annotated.vcf"
authors:
- "@sysbiocoder"