nf-core/strdust @ 0.0.0-0c7146d
Summary
Tandem repeat genotyper for long reads
Get started
Add the following snippet to your workflow script to include this module.
include { STRDUST } from 'nf-core/strdust'
License
MIT License
Name
|
STRDUST |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
bam
file
|
Sorted (and preferably phased) BAM/CRAM file. Add command line argument *.{bam,cram}
|
bai
file
|
Index of BAM/CRAM file *.{bai,crai,csi}
|
meta2
map
|
Groovy Map containing reference information e.g. |
|---|---|
fasta
file
|
Reference genome *.{fa,fasta,fna}?(.gz)
|
meta3
map
|
Groovy Map containing reference information e.g. |
|---|---|
fai
file
|
Index of reference genome *.{fai,gzi}
|
meta4
map
|
Groovy Map containing interval information e.g. |
|---|---|
bed
file
|
BED file containing STR regions to genotype (optional) *.bed
|
tbi
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.tbi
file
|
Index of output VCF. Output only if VCF is sorted (i.e. *.tbi
|
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.vcf.gz
file
|
Called tandem repeats as VCF file. Sorted if *.vcf.gz
|
versions_bgzip
tuple
${task.process}
string
|
The name of the process |
|---|---|
bgzip
string
|
The name of the tool |
bgzip --version |& sed '1!d ; s/bgzip (htslib) //'
eval
|
The expression to obtain the version of the tool |
versions_strdust
tuple
${task.process}
string
|
The name of the process |
|---|---|
strdust
string
|
The name of the tool |
STRdust --version |& sed '1!d ; s/STRdust //'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| STRdust | Tandem repeat genotyper for long reads. | https://github.com/wdecoster/STRdust/ |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 19:16:58 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fstrdust/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/strdust/blobs/sha256:cebf53bc2a8cec945bf6002825860efa8e7faea7807bf6413ab38bb0fe8dc81f |
| Size | 3.7 KB |
| Checksum | sha256:cebf53bc2a8cec945bf6002825860efa8e7faea7807bf6413ab38bb0fe8dc81f |