2021-08-16 15:47:42 +00:00
|
|
|
name: expansionhunter
|
|
|
|
description: write your description here
|
|
|
|
keywords:
|
|
|
|
- STR
|
|
|
|
- repeat_expansions
|
|
|
|
tools:
|
|
|
|
- expansionhunter:
|
|
|
|
description: A tool for estimating repeat sizes
|
|
|
|
homepage: https://github.com/Illumina/ExpansionHunter
|
|
|
|
documentation: https://github.com/Illumina/ExpansionHunter/blob/master/docs/01_Introduction.md
|
|
|
|
tool_dev_url: None
|
|
|
|
doi: "10.1093/bioinformatics/btz431"
|
2022-02-15 11:15:27 +00:00
|
|
|
licence: ["Apache-2.0"]
|
2021-08-16 15:47:42 +00:00
|
|
|
|
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- bam:
|
|
|
|
type: file
|
|
|
|
description: BAM/CRAM file
|
|
|
|
pattern: "*.{bam,cram}"
|
|
|
|
- fasta:
|
|
|
|
type: file
|
|
|
|
description: Reference genome
|
|
|
|
pattern: "*.{fa,fasta}"
|
|
|
|
- variant_catalog:
|
|
|
|
type: file
|
|
|
|
description: json file with repeat expansion sites to genotype
|
|
|
|
pattern: "*.{json}"
|
|
|
|
|
|
|
|
output:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', gender:'female' ]
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-08-16 15:47:42 +00:00
|
|
|
type: file
|
2021-10-03 07:20:26 +00:00
|
|
|
description: File containing software versions
|
2021-09-27 08:41:24 +00:00
|
|
|
pattern: "versions.yml"
|
2021-08-16 15:47:42 +00:00
|
|
|
- vcf:
|
|
|
|
type: file
|
|
|
|
description: VCF with repeat expansions
|
|
|
|
pattern: "*.{vcf}"
|
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@jemten"
|