2022-05-13 08:38:27 -04:00
|
|
|
name: hmtnote
|
|
|
|
description: Human mitochondrial variants annotation using HmtVar.
|
|
|
|
keywords:
|
2022-05-13 09:41:44 -04:00
|
|
|
- hmtnote mitochondria annotation
|
2022-05-13 08:38:27 -04:00
|
|
|
tools:
|
|
|
|
- hmtnote:
|
|
|
|
description: Human mitochondrial variants annotation using HmtVar.
|
2022-05-13 10:08:07 -04:00
|
|
|
homepage: https://github.com/robertopreste/HmtNote
|
|
|
|
documentation: https://hmtnote.readthedocs.io/en/latest/usage.html
|
2022-05-13 08:38:27 -04:00
|
|
|
tool_dev_url: None
|
2022-05-13 10:08:07 -04:00
|
|
|
doi: "https://doi.org/10.1101/600619"
|
2022-05-13 08:47:13 -04:00
|
|
|
licence: ["MIT"]
|
2022-05-13 08:38:27 -04:00
|
|
|
|
|
|
|
input:
|
2022-05-13 10:06:15 -04:00
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
2022-05-13 08:38:27 -04:00
|
|
|
- vcf:
|
|
|
|
type: file
|
|
|
|
description: vcf file
|
2022-05-13 10:08:07 -04:00
|
|
|
pattern: "*.vcf"
|
2022-05-13 08:38:27 -04:00
|
|
|
|
|
|
|
output:
|
2022-05-13 10:06:15 -04:00
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
2022-05-13 08:38:27 -04:00
|
|
|
- versions:
|
|
|
|
type: file
|
|
|
|
description: File containing software versions
|
|
|
|
pattern: "versions.yml"
|
|
|
|
- vcf:
|
|
|
|
type: file
|
|
|
|
description: annotated vcf
|
|
|
|
pattern: "*_annotated.vcf"
|
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@sysbiocoder"
|