nf-core/expansionhunter @ 0.0.0-6c4ed3a
Summary
Estimate repeat sizes using NGS data
Get started
Add the following snippet to your workflow script to include this module.
include { EXPANSIONHUNTER } from 'nf-core/expansionhunter'
License
MIT License
Name
|
EXPANSIONHUNTER |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
bam
file
|
BAM/CRAM file *.{bam,cram}
|
bai
file
|
Index of BAM/CRAM file *.{bai,crai}
|
meta2
map
|
Groovy Map containing reference information e.g. [ id:'test' ] |
|---|---|
fasta
file
|
Reference genome *.{fna,fa,fasta}
|
meta3
map
|
Groovy Map containing reference information e.g. [ id:'test' ] |
|---|---|
fasta_fai
file
|
Reference genome index *.fai
|
meta4
map
|
Groovy Map containing reference information e.g. [ id:'test' ] |
|---|---|
variant_catalog
file
|
JSON file with repeat expansion sites to genotype *.json
|
bam
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', gender:'female' ] |
|---|---|
*_realigned.bam
file
|
BAM/CRAM file *.{bam,cram}
|
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', gender:'female' ] |
|---|---|
*.vcf.gz
file
|
VCF with repeat expansions *.vcf.gz
|
json
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', gender:'female' ] |
|---|---|
*.json.gz
file
|
JSON with repeat expansions *.json.gz
|
versions_bgzip
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
bgzip
string
|
The tool name |
bgzip --version | sed '1!d;s/.* //'
eval
|
The expression to obtain the version of the tool |
versions_expansionhunter
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
expansionhunter
string
|
The tool name |
ExpansionHunter --version | head -1 | sed -n 's/^.*ExpansionHunter v//; s/]//p'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| expansionhunter | A tool for estimating repeat sizes | https://github.com/Illumina/ExpansionHunter |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:15:09 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fexpansionhunter/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/expansionhunter/blobs/sha256:4fbda5bbf1dc12f46 |