nf-core/vg/construct @ 0.0.0-0c7146d
Summary
Constructs a graph from a reference and variant calls or a multiple sequence alignment file
Get started
Add the following snippet to your workflow script to include this module.
include { VG_CONSTRUCT } from 'nf-core/vg/construct'
License
MIT License
Name
|
VG_CONSTRUCT |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
input
list
|
Either one or more VCF files containing different contigs or a multiple sequence alignment file *.{vcf.gz,fa,fasta,fna,clustal}
|
tbis
list
|
The index files for the VCF files *.tbi
|
insertions_fasta
file
|
A FASTA file containing insertion sequences (referred to in the VCF file(s)) *.{fa,fasta,fna}
|
meta2
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fasta
file
|
The reference FASTA file (cannot be used in combination with *.{fa,fasta,fna}
|
meta3
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fasta_fai
file
|
The index of the reference FASTA file *.fai
|
graph
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.vg
file
|
The constructed graph *.vg
|
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-0c7146d |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 08 Apr 2026 19:46:45 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fvg%2Fconstruct/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/vg/construct/blobs/sha256:7c730f32c856fc7c75abdc0ec93934ea03f6ca5609736c6b05532e406c499eec |
| Size | 2.8 KB |
| Checksum | sha256:7c730f32c856fc7c75abdc0ec93934ea03f6ca5609736c6b05532e406c499eec |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:52:26 (UTC) | 3 | 2.8 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:36:18 (UTC) | 3 | 2.8 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:46:45 (UTC) | 3 | 2.8 KB |