nf-core_modules/modules/hmtnote/meta.yml

40 lines
963 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.
2022-05-13 14:08:07 +00:00
homepage: https://github.com/robertopreste/HmtNote
documentation: https://hmtnote.readthedocs.io/en/latest/usage.html
2022-05-13 12:38:27 +00:00
tool_dev_url: None
2022-05-13 14:08:07 +00:00
doi: "https://doi.org/10.1101/600619"
2022-05-13 12:47:13 +00:00
licence: ["MIT"]
2022-05-13 12:38:27 +00:00
input:
2022-05-13 14:06:15 +00:00
- meta:
type: map
description: |
Groovy Map containing sample information
2022-05-13 12:38:27 +00:00
- vcf:
type: file
description: vcf file
2022-05-13 14:08:07 +00:00
pattern: "*.vcf"
2022-05-13 12:38:27 +00:00
output:
2022-05-13 14:06:15 +00:00
- meta:
type: map
description: |
Groovy Map containing sample information
2022-05-13 12:38:27 +00:00
- versions:
type: file
description: File containing software versions
pattern: "versions.yml"
- vcf:
type: file
description: annotated vcf
pattern: "*_annotated.vcf"
authors:
- "@sysbiocoder"