nf-core/strdust @ 0.0.0-6c4ed3a
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-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:47:40 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fstrdust/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/strdust/blobs/sha256:69116dca361cf6385ac6470a26307a248be08b14ef24f77beb32fc6992d4f9a9 |
| Size | 3.7 KB |
| Checksum | sha256:69116dca361cf6385ac6470a26307a248be08b14ef24f77beb32fc6992d4f9a9 |