nf-core/vg/deconstruct @ 0.0.0-3fc6d40
Summary
Deconstruct snarls present in a variation graph in GFA format to variants in VCF format
Get started
Add the following snippet to your workflow script to include this module.
include { VG_DECONSTRUCT } from 'nf-core/vg/deconstruct'
License
MIT License
Process
Name
|
VG_DECONSTRUCT |
|---|
Input
3 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
gfa
file
|
Variation graph in GFA format *.{gfa}
|
pb
file
|
Optional snarls file (from vg snarls) to avoid recomputing. Usually ends with "pb". See "vg snarls". *.{pb}
|
|---|
gbwt
file
|
Optional GBWT file (from vg gbwt) so to only consider alt traversals that correspond to GBWT threads FILE. *.{gbwt}
|
|---|
Output
2 channels
#1
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.vcf
file
|
Variants in VCF format *.{vcf}
|
#2
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
| Tool | Description | Homepage |
|---|---|---|
| vg | Variation graph data structures, interchange formats, alignment, genotyping, and variant calling methods. | https://github.com/vgteam/vg |
| Version | 0.0.0-3fc6d40 |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 22 Apr 2026 15:36:19 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fvg%2Fdeconstruct/0.0.0-3fc6d40/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/vg/deconstruct/blobs/sha256:a992cb3b0c0b89ae82620689a4d19e954c95abfb0400ca60f76574d468011581 |
| Size | 2.5 KB |
| Checksum | sha256:a992cb3b0c0b89ae82620689a4d19e954c95abfb0400ca60f76574d468011581 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:52:28 (UTC) | 4 | 2.5 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:36:19 (UTC) | 3 | 2.5 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:46:48 (UTC) | 1 | 2.4 KB |