nf-core/delly/call @ 0.0.0-6c4ed3a
Summary
Call structural variants
Get started
Add the following snippet to your workflow script to include this module.
include { DELLY_CALL } from 'nf-core/delly/call'
License
MIT License
Name
|
DELLY_CALL |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
input
file
|
BAM/CRAM file from alignment must be sorted, indexed, and duplicate marked *.{bam,cram}
|
input_index
file
|
Index of the BAM/CRAM file *.{bai,crai}
|
vcf
file
|
A BCF/VCF file to genotype with Delly. If this is supplied, the variant calling will be skipped *.{vcf.gz,bcf}
|
vcf_index
file
|
The index of the BCF/VCF file *.{tbi,csi}
|
exclude_bed
file
|
An optional bed file containing regions to exclude from the called VCF *.bed
|
meta2
map
|
Groovy Map containing fasta information e.g. [ id:'test', single_end:false ] |
|---|---|
fasta
file
|
The reference fasta file *.{fasta,fa}
|
meta3
map
|
Groovy Map containing fasta index information e.g. [ id:'test', single_end:false ] |
|---|---|
fai
file
|
Index of reference fasta file to identify split-reads *.fai
|
suffix
string
|
A flag to specify whether the output should be in BCF or VCF format |
|---|
bcf
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.{bcf,vcf.gz}
file
|
Called variants in BCF/VCF format. Set suffix to either "bcf" or "vcf" to define the output type *.{bcf,vcf.gz}
|
csi
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.{csi,tbi}
file
|
A generated csi index that matches the bcf output (not generated for vcf files) *.{bcf.csi}
|
versions_delly
tuple
${task.process}
string
|
The name of the process |
|---|---|
delly
string
|
The name of the tool |
delly --version |& sed -n '1s/Delly version: *v//p'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| delly | Structural variant discovery by integrated paired-end and split-read analysis | https://github.com/dellytools/delly |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:14:02 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fdelly%2Fcall/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/delly/call/blobs/sha256:8571d1caf95550d1081e16297b1abdcfcf008402ad191deb3a3789a53d97fffa |
| Size | 3.5 KB |
| Checksum | sha256:8571d1caf95550d1081e16297b1abdcfcf008402ad191deb3a3789a53d97fffa |
| Downloads | 3 |
| Version | Date |
|---|