mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
39 lines
963 B
YAML
39 lines
963 B
YAML
name: hmtnote
|
|
description: Human mitochondrial variants annotation using HmtVar.
|
|
keywords:
|
|
- hmtnote mitochondria annotation
|
|
tools:
|
|
- hmtnote:
|
|
description: Human mitochondrial variants annotation using HmtVar.
|
|
homepage: https://github.com/robertopreste/HmtNote
|
|
documentation: https://hmtnote.readthedocs.io/en/latest/usage.html
|
|
tool_dev_url: None
|
|
doi: "https://doi.org/10.1101/600619"
|
|
licence: ["MIT"]
|
|
|
|
input:
|
|
- meta:
|
|
type: map
|
|
description: |
|
|
Groovy Map containing sample information
|
|
- vcf:
|
|
type: file
|
|
description: vcf file
|
|
pattern: "*.vcf"
|
|
|
|
output:
|
|
- meta:
|
|
type: map
|
|
description: |
|
|
Groovy Map containing sample information
|
|
- versions:
|
|
type: file
|
|
description: File containing software versions
|
|
pattern: "versions.yml"
|
|
- vcf:
|
|
type: file
|
|
description: annotated vcf
|
|
pattern: "*_annotated.vcf"
|
|
|
|
authors:
|
|
- "@sysbiocoder"
|