nf-core/dysgu/run @ 0.0.0-e2d3f0d
Summary
Dysgu calls structural variants (SVs) from mapped sequencing reads. It is designed for accurate and efficient detection of structural variations.
Get started
Add the following snippet to your workflow script to include this module.
include { DYSGU_RUN } from 'nf-core/dysgu/run'
License
MIT License
Name
|
DYSGU_RUN |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
input
file
|
Input BAM file *.{bam,cram}
|
index
file
|
BAM index file *.{bai,crai}
|
meta2
map
|
Groovy Map containing reference information e.g. [ id:'genome' ] |
|---|---|
fasta
file
|
Genome reference FASTA file *.{fa,fasta}
|
meta3
map
|
Groovy Map containing reference information e.g. [ id:'genome' ] |
|---|---|
fai
file
|
Genome reference FASTA index file *.{fa.fai,fasta.fai}
|
meta4
map
|
Groovy Map containing reference information e.g. [ id:'genome' ] |
|---|---|
sites
file
|
Known sites VCF file *.{vcf,vcf.gz}
|
meta5
map
|
Groovy Map containing reference information e.g. [ id:'genome' ] |
|---|---|
bed
file
|
Regions to include BED file *.bed
|
meta6
map
|
Groovy Map containing reference information e.g. [ id:'genome' ] |
|---|---|
search_bed
file
|
Regions to search BED file *.bed
|
meta7
map
|
Groovy Map containing reference information e.g. [ id:'genome' ] |
|---|---|
exclude_bed
file
|
Regions to exclude BED file *.bed
|
tbi
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'sample1' ] |
|---|---|
*.vcf.gz.tbi
file
|
The index of the BCF/VCF file *.vcf.gz.tbi
|
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'sample1' ] |
|---|---|
*.vcf.gz
file
|
VCF file with identified structural variants *.{vcf.gz}
|
versions_dysgu
tuple
${task.process}
string
|
The name of the process |
|---|---|
dysgu
string
|
The name of the tool |
dysgu --version 2>&1 | sed 's/.*version //'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| dysgu | Structural variant caller for mapped sequencing data | https://github.com/kcleal/dysgu |
| Version | 0.0.0-e2d3f0d |
|---|---|
| Commit ID | e2d3f0ddf4a74a4a9031f3caea2e9deaec5a440b |
| Release Date | 28 Apr 2026 21:15:25 (UTC) |
| Download URL |