nf-core_modules/modules/rhocall/annotate/meta.yml

55 lines
1.3 KiB
YAML
Raw Normal View History

2022-06-07 10:14:40 +00:00
name: "rhocall_annotate"
2022-06-07 12:37:03 +00:00
description: "Markup VCF file using rho-calls."
2022-06-07 10:14:40 +00:00
keywords:
2022-06-07 12:37:03 +00:00
- roh
- rhocall
2022-06-07 10:14:40 +00:00
tools:
- "rhocall":
description: "Call regions of homozygosity and make tentative UPD calls."
homepage: "https://github.com/dnil/rhocall"
documentation: "https://github.com/dnil/rhocall"
tool_dev_url: "https://github.com/dnil"
doi: ""
licence: "['GPL v3']"
input:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
2022-06-07 12:37:03 +00:00
- vcf:
2022-06-07 10:14:40 +00:00
type: file
2022-06-07 12:37:03 +00:00
description: vcf file
pattern: "*.{vcf,vcf.gz}"
- tbi:
type: file
description: vcf index file
pattern: "*.{tbi}"
- roh:
type: file
description: Bcftools roh style TSV file with CHR,POS,AZ,QUAL
pattern: "*.{roh}"
- bed:
type: file
description: BED file with AZ windows.
pattern: "*.{bed}"
2022-06-07 10:14:40 +00:00
output:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
2022-06-07 12:37:03 +00:00
- vcf:
type: file
description: vcf file
pattern: "*.{vcf,vcf.gz}"
2022-06-07 10:14:40 +00:00
- versions:
type: file
description: File containing software versions
pattern: "versions.yml"
authors:
- "@ramprasadn"