nf-core/stranger @ 0.0.0-0c7146d
Summary
Annotates output files from ExpansionHunter with the pathologic implications of the repeat sizes.
Get started
Add the following snippet to your workflow script to include this module.
include { STRANGER } from 'nf-core/stranger'
License
MIT License
Process
Name
|
STRANGER |
|---|
Input
2 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
vcf
file
|
VCF with repeat expansions *.{vcf.gz,vcf}
|
#2
tuple
meta2
map
|
Groovy Map containing reference information e.g. [ id:'test' ] |
|---|---|
variant_catalog
file
|
json file with repeat expansion sites to genotype *.{json}
|
Output
4 channels
#1
tbi
tuple
meta
map
|
Annotated VCF file *.{vcf.gz}
|
|---|---|
*.vcf.gz.tbi
map
|
Index of the annotated VCF file *.{vcf.gz.tbi}
|
#2
vcf
tuple
meta
map
|
Annotated VCF file *.{vcf.gz}
|
|---|---|
*.vcf.gz
map
|
Annotated VCF file *.{vcf.gz}
|
#3
versions_tabix
tuple
${task.process}
string
|
The name of the process |
|---|---|
tabix
string
|
The tool name |
tabix -h 2>&1 | grep -oP 'Version:\s*\K[^\s]+'
eval
|
The expression to obtain the version of the tool |
#4
versions_stranger
tuple
${task.process}
string
|
The name of the process |
|---|---|
stranger
string
|
The name of the tool |
stranger --version | sed 's/stranger, version //g'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| stranger | Annotate VCF files with str variants | https://github.com/moonso/stranger |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 08 Apr 2026 19:40:54 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fstranger/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/stranger/blobs/sha256:a88767c4500dd1bb8c2e76ef173266a319cf2c96296aa0020865f220ff00cf2e |
| Size | 2.9 KB |
| Checksum | sha256:a88767c4500dd1bb8c2e76ef173266a319cf2c96296aa0020865f220ff00cf2e |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:47:36 (UTC) | 3 | 2.9 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:40:54 (UTC) | 3 | 2.9 KB |