×

nf-core/vg/construct @ 0.0.0-3fc6d40

Constructs a graph from a reference and variant calls or a multiple sequence alignment file

Latest version: 0.0.0-6c4ed3a
Total downloads: 9
Source: nf-core/modules
Authors: @nvnieuwk
Maintainers: @nvnieuwk

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

Process
Name VG_CONSTRUCT
Input 3 channels
#1 tuple
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}
#2 tuple
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 msa, but is required when using vcfs)

*.{fa,fasta,fna}
#3 tuple
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
Output 2 channels
#1 graph tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.vg file

The constructed graph

*.vg
#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:18 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fvg%2Fconstruct/0.0.0-3fc6d40/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/vg/construct/blobs/sha256:7788e4f6408c7093cd4ba8bfe7c94eb09fd94aada45963174560dabda5606e08
Size 2.8 KB
Checksum sha256:7788e4f6408c7093cd4ba8bfe7c94eb09fd94aada45963174560dabda5606e08
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