Estimate repeat sizes using NGS data
meta
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
bam
:file
BAM/CRAM file
*.{bam,cram}
bai
Index of BAM/CRAM file
*.{bai,crai}
meta2
Groovy Map containing reference information e.g. [ id:‘test’ ]
fasta
Reference genome
*.{fna,fa,fasta}
meta3
fasta_fai
Reference genome index
*.fai
meta4
variant_catalog
JSON file with repeat expansion sites to genotype
*.json
vcf
Groovy Map containing sample information e.g. [ id:‘test’, gender:‘female’ ]
*.vcf.gz
VCF with repeat expansions
json
*.json.gz
JSON with repeat expansions
*_realigned.bam
versions_expansionhunter
${task.process}
:string
The process the versions were collected from
expansionhunter
The tool name
ExpansionHunter --version | head -1 | sed -n 's/^.*ExpansionHunter v//; s/]//p'
:eval
The expression to obtain the version of the tool
versions_bgzip
bgzip
bgzip --version | sed '1!d;s/.* //'
versions
A tool for estimating repeat sizes